MENU

Fun & Interesting

Using MassTransit With RabbitMQ in .NET Applications

Code Maze 6,706 lượt xem 1 year ago
Video Not Working? Fix It Now

►► Check out our courses: https://bit.ly/cdmz-courses
►► Support us on Patreon and get the source code: https://www.patreon.com/CodeMaze

In this video, we'll learn how we use the open-source, distributed application library MassTransit with RabbitMQ in ASP.NET Core apps. When working with RabbitMQ, producers can send messages to a couple of different endpoints: Queues and Exchanges

So, the difference between these two is that when a producer sends directly to a queue, this message will be received by all consumers of that queue. On the other hand, an exchange receives messages from producers, and depending on its configuration, will send the message to one or many queues. We must create a binding, to ensure our messages get sent from our exchange to one or many queues.

LINKS MENTIONED IN THE VIDEO
►► RabbitMq in .NET - https://youtu.be/LHYOBHR2Ms4

FOLLOW US ON SOCIAL MEDIA!
►► https://www.linkedin.com/in/marinko-spasojevic/
►► https://twitter.com/CodeMazeBlog
►► https://www.facebook.com/CodeMazeBlog

Comment