Book Image

Learning NServiceBus Sagas

By : Richard L Helton
Book Image

Learning NServiceBus Sagas

By: Richard L Helton

Overview of this book

Table of Contents (13 chapters)

Introducing the cloud and NSB


As this book is being written, NSB Version 5.0 for Azure is in the beta stage, and many updates have been made to NSB for cloud computing.

Instead of using a local SQL Server, RavenDB, or MSMQ queuing system, all the subscription data, saga persistence, timeout persistence, and queuing messages can be used in Azure Storage, as well as a message be put in the Azure Service Bus. In many cases, there is one-to-one mapping to storage tables and the data information as keys are used to retrieve data instead of SQL schemas.

NSB tools are adapting as well. ServiceInsight is growing to handle more details with sequence diagrams for debugging outside of Visual Studio and MSMQ environments. The tools are moving from being integrated locally into a physical server to being integrated into a remote server where many of the details of the server itself may be less important as servers are virtualized offsite. For instance, the future of ServiceInsight will add Saga Sequence...