Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 384 Bytes

File metadata and controls

30 lines (19 loc) · 384 Bytes

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