- Install and launch a RabbitMQ server instance : https://www.rabbitmq.com/download.html
- Run the Consumer -- class with a main() method that run as a while(true) loop -- client
- Send messages by running the Producer class
+----------+ (publish) +--------+ (broadcast) +----------+ | Producer | ========> | Broker | ==========> | Consumer | +----------+ +--------+ +----------+