.. | ||
new_task.py | ||
README.md | ||
receive.py | ||
send.py | ||
worker.py |
Puka code for RabbitMQ tutorials
Here you can find code examples from RabbitMQ tutorials adapted to Puka Python library.
Requirements
First, you need Python Pip.
-
On Ubuntu:
$ sudo apt-get install python-pip git-core
-
On Debian:
$ sudo apt-get install python-setuptools git-core $ sudo easy_install pip
Now you can install Puka system-wide using Pip:
$ sudo pip install -e git+http://github.com/majek/puka.git#egg=puka
Code
python send.py
python receive.py
python new_task.py
python worker.py