Join a community of 1000+ .NET developers: https://www.patreon.com/milanjovanovic
Master the Clean Architecture: https://bit.ly/3PupkOJ
The ultimate Modular Monolith blueprint: https://bit.ly/3SXlzSt
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:
https://www.milanjovanovic.tech/courses
Read my Blog here:
https://www.milanjovanovic.tech/blog
Join my weekly .NET newsletter:
https://www.milanjovanovic.tech
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