In my previous video, I started the series on RabbitMQ. The last video was primarily focused on the basics of RabbitMQ and creating a producer and consumer for a single queue.

In this video I am going to cover the following:

  1. Single Producer, multiple Consumers for a queue (Continuation from my last video)
  2. Explanation of exchange and different types of exchange.
  3. Producer and Consumer combination implementation for a Direct Exchange.

The direct exchange is arguable one of the most widely used exchange in RabbitMQ. In this video, I will walk through step by step process of building a producer and a consumer for Direct exchange.

The source code for this video is available in my GitHub repository here: https://github.com/choudhurynirjhar/rabbitmq-demo

During this video recording, in a couple of places, there will be an uneven modulation of voice, this is due to my new setup. There were a couple of technical glitches. I sincerely apologize for it.

In my next video, I am planning to cover the implementation of Topic exchange, Header exchange, and Fanout exchange.

#rabbitmq #dotnet

RabbitMQ Direct Exchange producer/consumer (Part 2, RabbitMQ in .NET Core)
2.75 GEEK