https://github.com/povilasb/rabbitmq-python-sample
Basic RabbitMQ use with python sample.
https://github.com/povilasb/rabbitmq-python-sample
Last synced: 3 months ago
JSON representation
Basic RabbitMQ use with python sample.
- Host: GitHub
- URL: https://github.com/povilasb/rabbitmq-python-sample
- Owner: povilasb
- Created: 2015-03-10T14:22:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T11:53:04.000Z (about 3 years ago)
- Last Synced: 2025-03-16T00:14:24.521Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo has multiple examples how to interact with RabbitMQ from Python.
1. `pika` - demonstrates how to use the blocking `pika` library.
2. `aioamqp` - demonstrates how to use the async `aioamqp` library.