Fanout exchange in RabbitMQ
Unlike Direct Exchange, Fanout exchange routes the messages to all the queues bound to it.
That's why it doesn't need a routing key
How to Create Fanout Exchange ?
Login to RabbitMQ web UI.
Go to "Exchanges" and click on "Add new exchange"
Provid...
codeinjava.hashnode.dev1 min read