This Is What MassTransit Does to Your Message Broker | RabbitMQ

preview_player
Показать описание

How does MassTransit integrate with your message broker? In this video, I'll explain how MassTransit connects with RabbitMQ. We'll discuss exchanges, bindings, and queues. I'll also show you how to implement the producer-consumer pattern. Lastly, we'll examine RabbitMQ and how it configures the messaging infrastructure.

Check out my courses:

Read my Blog here:

Join my weekly .NET newsletter:

Chapters
0:00 RabbitMQ message broker
2:31 MassTransit integration with RabbitMQ
3:36 Stocks API integration overview
5:20 Running RabbitMQ with Docker Compose
6:10 Adding the MassTransit message consumer
9:01 Purchasing stocks and consuming messages
11:09 RabbitMQ exchanges, bindings, queues
Рекомендации по теме
Комментарии
Автор

Thank you Milan! You’re such a smart boy! MassTransit is incredibly complex.

torrvic
Автор

Please make a video on the Saga pattern to use in production.

atomicazure
Автор

Will this work is saga pattern as well where multiple state machine are listning to same message? And could you please also go deep into handling failures is masstransit and saga. Thanks for your help

giteshsingh
Автор

Good stuff with MT, love that framework <3

This is the default behavior, however you could and probably should override at least consumer's side endpoint topology and/or configuration. It all explained pretty good at MT docs.

Fikusiklol
Автор

Hi Milan, is this code available on any public repository?

arnabmukherjee
Автор

Hi Milan, great video!
When do you specify to publish go Exchange instead of queue?

alfonsdeda
Автор

Milan, Can we use MassTransit and RabbiqMQ for the outbox pattern? Is that a good idea?

musmanbhatti
Автор

Is it possible to implement a fair queue in rabbitMQ?

barefeg
Автор

i'm familiar with mqtt & kafka, but not rabbitMQ

balloftitanium
Автор

Nothing new. Need to raise the bar now.

amitkumdixit
Автор

Milan Jovanovic courses are great, but in many cases he fails to provide the course demo source code, so people can play with it, as Nick Chapsas, and Tim Corey do.

jesusdelarua