Updated: 02 May 2023
Some RabbitMQ tutorials in Docker.
Notes
Exchanges and Queues get created dynamically by the subscribing Receiver or Publisher applications.
Glossary
binding – a relationship between an exchange
and a queue
.
routing key – the value of a routing key is ignored for fanout
exchanges.