MassTransit is a free, open-source, lightweight distributed application framework for .Net which makes it easy to create applications and services that leverage message-based, loosely-coupled asynchronous communication for higher availability, reliability, and scalability. In fact, it is an abstraction over message transport technologies such as RabbitMQ, Azure Service Bus, and it…