I am using Python3 and I want to use RabbitMQ. I already tried to use Pika, and txAMQP but they do not support Python 3. Have anybody an idea how I can use RabbitMQ.
If you need the performance or features of librabbitmq rather than a pure-Python library, I wrote https://github.com/jbg/rabbit which, although being fairly rudimentary, does allow you to use the librabbitmq C library on Python 3.
EDIT 18 months later: I renamed the package to rabbitmq due to it conflicting with an existing PyPI package, and it's now on PyPI, so you can just pip install rabbitmq
.
Check this page https://github.com/hollobon/pika-python3 May be it can help you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With