I recently released my latest (7th) course over at Pluralsight called RabbitMQ by Example. This course shows you how to make full use of RabbitMQ in your .NET applications. RabbitMQ is a very powerful messaging broker and this course takes a practical look at how to use it by showing you how to build a payments system.

Here is the official course description :
In this course, RabbitMQ by Example, you will see how to use RabbitMQ by using practical examples featuring a fictional company and a software development scenario based around taking card payments and purchase order payments. You’ll start with an introduction to RabbitMQ and how it compares to Windows’ default queue technology, MSMQ. As well as looking at RabbitMQ specifically, you will look at message queuing architectures, micro services, and how RabbitMQ can work as a broker for handling asynchronous and synchronous messages in this architecture. You will also get to explore the use of the topics exchange for routing and synchronous remote procedure calls. By the end of this course, you’ll be ready to use RabbitMQ in your .NET applications.
The course is split into 8 modules
- Introduction
- Introducing RabbitMQ
- Introducing RabbitMQ Exchanges
- Understanding Queuing Architecture
- Implementing Microservices and Message Queueing
- Installing and Configuring RabbitMQ
- Implementing Queueing Code
- Course Summary
The example application built in this course is based around the concept of Microservices, so this is a great use case for modern enterprise application development. The feedback from the course so far has been excellent as it has been getting very good ratings, so I am glad that it is helping people.