RabbitMQ Explained - Exchanges

preview_player
Показать описание
Messages are not sent directly to Queues. They first pass through an Exchange (in the broker) that redirects them to their destination. This video explains the interactions between exchanges, routing keys and bindings in RabbitMQ.

We will talk about how exchanges and queues are associated with each other, and show examples of how you can use the different exchange types in four different scenarios.

In the video we focus on the main types of exchanges available in RabbitMQ:
- Direct Exchange
- Topic Exchange
- Fanout Exchange
- Headers Exchange

Segments:
Intro: (0:00)
What is an Exchange?: (0:28)
Direct Exchange - Example: (1:38)
Topic Exchange - Example: (2:15)
Fanout Exchange - Example: (3:15)
Headers Exchange - Example: (3:38)
Outro: (5:06)

New to RabbitMQ? What is RabbitMQ?
Рекомендации по теме
Комментарии
Автор

Straight to the point and filled with info, couldn't have asked for a better tutorial.

Nyquiiist
Автор

The best tutorial. I always come back here if i forgot smth.

Mouzitoto
Автор

one of the clearest explanations on RabbitMQ I have heard. Thanks for that!

timriley
Автор

I love Shield Maiden Lagertha who explains RabbitMQ

falconheavy
Автор

Very good example to understand the diferent types of exanges.

adriancor
Автор

I had trouble understanding why exchange exists, this video was really helpful. Thank you!!

luqmansen
Автор

Header type was hard to understand but rest of three was easy to understand.

shubhamvilayatkar
Автор

One of the best explanations video I ever seen

jiteshpowankar
Автор

One of best document so far related RabbitMQ. Very helpful

satishtxt
Автор

Thanks you Madam for Details Explanations.. Love from India.

dasbabu
Автор

Very good indeed! Please do more content like that exploring other features like retries and dlq.

oiuyoiuo
Автор

Thanks! This is really clear and informative.

ivanwork
Автор

Good example of exchanges. Thx for the video!

cenkcamkiran
Автор

Now I got a strange urge to assemble furniture, play Minecraft and do snus.

tedchirvasiu
Автор

Really good tutorial, thank you so much!

renatoalexsander
Автор

Thank you for easy to follow information

GibranCastillo
Автор

Hello, I would liketo ask if it is a good practice to have a message consumer in frontend web app?
I suppose no, because in this way the rabbitmq server's credentials could be seen by everyone and so anyone could consume your information as well, right?

BeOriiGiinaL