ITransport - rebus-org/Rebus GitHub Wiki

ITransport is the most central abstraction in Rebus' design because it acts as a message queue, no matter which kind of mechanism is actually used to move messages around.

Implementations of ITransport exist for MSMQ, SQL Server, RabbitMQ, Azure Service Bus, + several more.