Using MassTransit With RabbitMQ in .NET Applications

Описание к видео Using MassTransit With RabbitMQ in .NET Applications

►► Master Web API development Best Practices: https://bit.ly/3TnqoFQ
►► Build great web apps in Blazor WebAssembly: https://bit.ly/437g87T
►► Support us on Patreon and get the source code:   / 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 -    • Build Highly Scalable Applications Wi...  

FOLLOW US ON SOCIAL MEDIA!
►►   / marinko-spasojevic  
►►   / codemazeblog  
►►   / codemazeblog  

Комментарии

Информация по комментариям в разработке