Date: 2020-07-17
This tutorial introduces RabbitMQ, a message broker, using a simple HelloWorld example. It explains RabbitMQ terminology (exchanges, queues, routing keys) and shows how to set up RabbitMQ using Docker. The tutorial then guides user...