.. | ||
emit_log_direct.py | ||
emit_log_topic.py | ||
emit_log.py | ||
new_task.py | ||
README.md | ||
receive_logs_direct.py | ||
receive_logs_topic.py | ||
receive_logs.py | ||
receive.py | ||
rpc_client.py | ||
rpc_server.py | ||
send.py | ||
worker.py |
Python code for RabbitMQ tutorials
Here you can find a Python code examples from RabbitMQ tutorials.
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