RabbitMQ in .NET Core (Part 1, Single producer and consumer with Queue)

preview_player
Показать описание
This is the first video of the video series on RabbitMQ. RabbitMQ is vast, and it is not possible to cover every single aspect of RabbitMQ in a single video. Hence, I will create a series of RabbitMQ.

Before we get into RabbitMQ it is important to understand why we need a queueing system. And I discussed this in my video on Microservices here:

A queue or a message broker provides the much-needed decoupling between microservices. And it prevents get into the anti-pattern of the distributed monolith.

You can think of a message broker like a post office. Its main responsibility is to broker messages between publishers and subscribers.

Once a message is received by a message broker from a producer, it routes the message to a subscriber. The message broker pattern is one of the most useful patterns when it comes to decoupling microservices.

Рекомендации по теме
Комментарии
Автор

Wohoo it just took 20 minutes to learn something valuable today. Thank you

theghumketu
Автор

Perfactly demonstration of exchange concepts, Thank you. Your channel is now my favorite channel for dotnet core learning.

antarikshverma
Автор

Perfect explanation BASIC to understand rabbitmq and its use in microservices

vittoriomorellini
Автор

Super informative, looking forward for next RabbitMq series, try to post them ASAp..

RAM-ffdy
Автор

so simple and the best video so far I have seen in you tube on c# communicating with Rabbit MQ

krishnakishore
Автор

Simple and straightforward. Excellent tutorial for beginners, who want to use RabbitMQ for inter process communication. It saves a lot of money in compare with using Azure Service Bus.

ericngo
Автор

Great stuff and great teaching! Everything worked as is on my computer. I especially enjoyed the painless installation of RabbitMQ using Docker, so easy! You have a new subscriber, thanks a lot!

charlesmcnicoll
Автор

Thanks bro, this series is going to be awesome. Micorservices are really in trend and it's great to make a series about how to design microservices. ❤👌

peymanGhaderkurehpaz
Автор

Thank you for your short, concise and clear explanation

Автор

Short and sweet but covered necessary basics.. Thanks

pasdilhan
Автор

Awesome explanation. Very easy to understand.

aparnadevi
Автор

Agreed with other comments. Not too little or not too much as an intro. And I got to build a quick project (though I didn't get it all), to see it working. Great intro!!

thethomasproject
Автор

good basics of producer and consumer. kindly add the chapters ( instead of key moments) in the video that helps a lot in segmentaion of video. like 14:02 Create a Consumer. Add the chapters in description

tehseenakhtar
Автор

the command of rabbitMQ : docker run -d --hostname my-rabbit --name ecomm-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management

elyeskacem
Автор

nice video on rabbitmq, keep them coming...

olufemioyedepo
Автор

Really great stuff. Nicely explained. Keep it up bro

mrohailiqbal
Автор

great, I watched a lot of lessons, but you are the best

bashirmanafikhi
Автор

excellent video. very clear and easy to follow. 👍

idog
Автор

Thx again, would love it if you cover more on the admin screen!

zakiit
Автор

Great video, It was Valuable and Informative.

varunsharma