Book Image

MASTERING NSERVICEBUS AND PERSISTENCE

By : Richard L Helton
Book Image

MASTERING NSERVICEBUS AND PERSISTENCE

By: Richard L Helton

Overview of this book

Table of Contents (15 chapters)
Mastering NServiceBus and Persistence
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Let's recap


Here are some of the benefits of NSB that we have demonstrated:

  1. NSB offers a workflow and can save the message state for services with the use of sagas.

  2. NSB can host an NSB service in which NSB can deploy many of the settings to install Windows' services through the NserviceBus.Host.exe command line.

  3. NSB can distribute or scale out duplicate services to distribute the load across machines. This provides high availability.

  4. NSB can deploy its own gateway to send messages across the Intranet, or Internet, to remote services.

  5. NSB has a tool called ServiceInsight to provide the insight on messages, endpoints and services.

  6. NSB has production tools to check for a heartbeat on an endpoint called ServicePulse.

  7. NSB has a tool called ServiceMatrix that helps you work on visual development on a canvas in Visual Studio.

  8. Because NSB uses common Microsoft Windows Server services, such as MSMQ and SQL Server, you can take advantage of many tools and deployment techniques in C#.

  9. NSB supports many message...