Here you can find code examples from RabbitMQ tutorials adapted to Puka Python library.
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
-
On Debian:
sudo apt-get install python-setuptools sudo easy_install pip
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
python receive_logs_direct.py
python emit_log_direct.py
python receive_logs_topic.py
python emit_log_topic.py
python rpc_server.py
python rpc_client.py