Produce and consumer messages to/from RabbitMQ using Python Prerequisites Start the Docker Compose file contained in this folder $ docker-compose up -d Run the lab Install requirements $ pip install -r requirements.txt Start the consumer $ python consumer.py Start the producer $ python producer.py