Examples / Samples
The examples directory in the distribution contain the following examples.
Async Pages: Demonstrates nServiceBus to ASP.NET 2.0 high performance integration using PageAsyncTask.
Full Duplex: A simple demonstration of client to server messaging using MSMQ queues - one for each process.
Pub Sub: Demonstrates the user of the Subscribe and Publish APIs and how to configure both publisher and subscriber processes in terms of message ownership.
Saga: An implementation of long-running order processing logic using sagas, as well as a demonstration of the user of NServiceBus.Testing for unit-testing sagas.
Web Services Bridge: A non-production sample of how to wrap the asynchronous messaging behavior of nServiceBus with a synchronous web service.