rabbitmq-tutorials/python/README.md
2010-11-23 12:39:36 +00:00

549 B

Python code for RabbitMQ tutorials

Here you can find a Python code examples from RabbitMQ tutorials.

Code

Tutorial one: "Hello World!":

python send.py
python receive.py

Tutorial two: Work Queues:

python new_task.py
python worker.py

Tutorial three: Publish/Subscribe

python receive_logs.py
python emit_log.py