Fanout Exchange in AMQP – RabbitMQ (Publish/Subscribe)

This article focuses on the Fanout Exchange type (amq.fanout) in RabbitMQ. You will learn to bind a Queue with a Fanout Exchange using an empty routing key. You have already learned about Exchanges and Queues in the Elements of RabbitMQ. The diagram here explains a producer sends a message to my-fanout-exchange , and it is forwarded to all 3 Queues [Read More]