An open API service indexing awesome lists of open source software.

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.

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.