Skip to content
Mogens Heller Grabe edited this page Aug 26, 2015 · 1 revision

[[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.

Clone this wiki locally