.. | ||
emit_log.py | ||
new_task.py | ||
README.md | ||
receive_logs.py | ||
receive.py | ||
send.py | ||
worker.py |
Python-Puka code for RabbitMQ tutorials
Here you can find code examples from RabbitMQ tutorials adapted to Puka Python library.
Requirements
Now you can install puka
using Pip:
$ pip install puka
You may need to install pip
first:
-
On Ubuntu:
$ sudo apt-get install python-pip git-core
-
On Debian:
$ sudo apt-get install python-setuptools $ sudo easy_install pip
Code
python send.py
python receive.py
python new_task.py
python worker.py
Tutorial three: Publish/Subscribe
python receive_logs.py
python emit_log.py