This project demonstrates how to implement a simple producer/consumer (worker queue) pattern with RabbitMQ. It covers essential messaging concepts such as task distribution, message durability, ...