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

Описание к видео RabbitMQ Direct Exchange producer/consumer (Part 2, RabbitMQ in .NET Core)

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.

If you have not watched my previous video:    • RabbitMQ in .NET Core (Part 1, Single...  , I will strongly suggest you watch it before you start watching this video. The previous video builds the foundation of RabbitMQ and this video is built on top of that knowledge.

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

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.

Комментарии

Информация по комментариям в разработке