RabbitMQ - Exchange Types

preview_player
Показать описание
Before we get this started, we will be going over how RabbitMQ works and the exchange types.

If you wish to support me, here is my patreon page:

If you wish to make a donation here is the link:
Рекомендации по теме
Комментарии
Автор

Thanks man, that was a great explanation with lots of information and details, Great work

shahramafzali
Автор

Great explanation, especially about Header exchange. Thank you!

olhasliusar
Автор

Thank you, this is really brilliant explanation.

udaypandit
Автор

Great explanations. Great man, Great.

behnamsa
Автор

Really nice explanation video with good use-cases examples. From what I understand both Producer and Consumer are not the users who sends / recieves those messages but functionalities in our application. So the flow is something like that 1. User sends a message with rest API to the server. 2. The massage goes into Producer. 3. The massage goes into Exchange. 4. The message goes to the proper Queues set by bindQueue method and stays there. 5. If another user wants to recieve the message from the Queue, he sends a request with rest API to the server. 6. The request goes to the Consumer. 7. The Consumer decides whenever the request from the user is allowed by him and either sends him the message stored in Queue or sends back info, that operation cannot be done. 8. The user recieves the message from the serwer. And if I want to save that message in a database like MongoDB I need to do that in point nr. 7 (For example to get all transactions recieved by a random user). Is that allright or I miss something?

aertuss
Автор

Thank you so much for amazing video,

Are msg. published to exchanges persistent?, What if publisher send msg when subscriber is down?
Will those msgs get redelivered when subscriber connects again,
and if it is what option we have to pass to pub/sub clients?

ArcheSoftronix
Автор

to send, post notification, sms or emails with one exchange you use Topic right?

reydez
Автор

Thank you very much for your explanation for a beginner like me

wempivl
Автор

I think you should add "Super Thank" of YouTube into your videos for audiences can support you.

nguyentoanhnt