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)

Summary


In this chapter, we looked at the various tools in the Particular Service Platform, which include ServiceMatrix, ServicePulse, and ServiceInsight. We had a very brief introduction of SeviceMatrix as we walked through building an E-Commerce MVC solution that works with request-reply messages using the send command. This was followed by publish-subscribe messages showing the ServicePulse and ServiceInsight results. ServiceInsight gives detailed information on each endpoint, message, and service, as well as a graphical flow to show the whole end-to-end flow. Of course, none of this could be done without ServiceControl, which is the service that is installed to collect the data to be sent to ServicePulse and ServiceInsight.

In the next chapter, we will discuss saga development. There will be a discussion as we look at saga development with web services using WCF, and using MVC as a frontend to read the various entries.