nServiceBus Register for nServiceBus training at Dr. Dobbs Architecture & Design World 2008, July 21st, in Chicago


Skip Navigation Links
Skip Navigation Links

 Testimonials

 

Sam Gentile, Independent WCF & SOA Expert

"The bottom line is: I like what I see. [...] it’s a powerful framework that takes the right approach on SOA and enforces a paradigm of reliable one-way, *non-blocking* calls. [...] we need to get away from the stack world of synchronous RPC calls to true asynchronous non-blocking message based SOA systems."


Nathan Stults, CTO at Health Services Integration

"NServiceBus is a very solid, very useful, very easy to use piece of software for building asynchronous, messaging based service endpoints."

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.