SqlAllTheWay - sample that demonstrates "exactly once delivery" with SQL transport and user work enlisted in same transaction
MessageBus - demonstrates how tree totally independent endpoints can do pub/sub with a central database being their only connection
RequestReply - demonstrates how a client can send a request to a server, which then can reply back to the client
SharedNothing - demonstrates how a publisher and a subscriber can communicate without sharing class libraries or anything
Scaleout samples
Rabbit scaleout - demonstrates how work can be easily distributed among a cluster of workers when working with RabbitMQ
SQL Server scaleout - demonstrates how work can be easily distributed among a cluster of workers when working with SQL Server as the transport
PostgreSQL scaleout - demonstrates how work can be easily distributed among a cluster of workers when working with PostgreSQL as the transport
F# Samples
Onboarding saga - demonstrates how to work with Rebus in F#, showing an entry-point Web API and a backend saga with a timeout and compensating actions.
Deprecated
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