Check out
- Time printer - simple program that sends a message to itself every second
- Showdown - sample that can send/receive a bunch of messages and measure the time it takes
- Pub/sub sample - demonstrates how pub/sub can be wired up
- Integration sample - demonstrates how calling an external web service can be made more robust
- Unit of work sample - demonstrates how a proper unit of work can be hooked into Rebus in all the right places
- Rabbit MQ topics sample - demonstrates how Rebus' low-level topics API can be used with the RabbitMQ transport to do pub/sub with wildcards
- OWIN Web Host - demonstrates how Rebus can be configured to host an OWIN endpoint
- Rabbit scaleout - demonstrates how work can be easily distributed among a cluster of workers when working with RabbitMQ
- SQL scaleout - demonstrates how work can be easily distributed among a cluster of workers when working with SQL Server as the transport
- User context sample - shows how an ambient user context can be passed along with messages
- MSMQ scaleout - demonstrates how work can be distributed among a cluster of workers when working with MSMQ and Rebus' MSMQ distributor