FANOUT EXCHANGE TYPE | RabbitMQ from DOTNET | Amazon MQ

Описание к видео FANOUT EXCHANGE TYPE | RabbitMQ from DOTNET | Amazon MQ

A Fanout Exchange type in RabbitMQ routes messages to all the queues bound to it, ignoring the routing key.
When a new message is published to a Fanout exchange, a copy is delivered to all the queues bound to it.

Fanout exchanges are ideal for broadcast routing of messages.

In this video, we will learn
• What is an Exchange
• Binding and Routing Keys
• Setting Up Fanout Exchange from
• FanoutExchange and Different Binding Scenarios

I will use Amazon MQ, a managed message broker service that supports ActiveMQ and RabbitMQ engine types, to host my RabbitMQ instance. However, you can use one of the various options that RabbitMQ provides to host your instance.

Thanks to AWS for sponsoring this video.

00:00 Introduction
00:53 Exchange
02:51 Fanout Exchange
04:14 .NET Sample
04:35 Sender
05:49 Receiver
07:06 Demo
08:32 Second Consumer
09:46 AWS Console

Additional Watching
📹RabbitMQ Series - https://bit.ly/rabbitmq-net-series
📹RabbitMQ Getting Started -    • RabbitMQ Getting Started from DOTNET ...  
📹RabbitMQ ACK -    • CONSUMER ACKNOWLEDGEMENTS RabbitMQ fr...  
📹RabbitMQ Dispatching -    • MESSAGE DISPATCHING MODES RabbitMQ fr...  
📹AWS Series - https://bit.ly/aws-net-series
📹 ASP Series - https://bit.ly/asp-net-core-series

Come say hi! ✋
🌍 Blog - https://rahulpnath.com/
✉ Subscribe to my Newsletter - https://www.rahulpnath.com/subscribe
🐦Twitter -   / rahulpnath  
📸Instagram -   / rahulpnath  

#dotnet #rabbitmq #aws

Комментарии

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