We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache Qpid supports the latest version of AMQP 0-10 while py-amqplib only supports AMQP 0-8.
I suggest that AMQP client library should be like a plugin for one to be able to use any of py-amqplib, python-qpid, txAMQP, etc.
The text was updated successfully, but these errors were encountered:
This is already the case, however you need to write a new backend for qpid.
We already have py-amqplib, stompy, pika and Queue backends.
Sorry, something went wrong.
At least there is a py-amqplib dependency in carrot/connection.py: $ head connection.py """
Getting a connection to the AMQP server.
""" from amqplib.client_0_8.connection import AMQPConnectionException from carrot.backends import get_backend_cls
No branches or pull requests
Apache Qpid supports the latest version of AMQP 0-10 while py-amqplib only supports AMQP 0-8.
I suggest that AMQP client library should be like a plugin for one to be able to use any of py-amqplib, python-qpid, txAMQP, etc.
The text was updated successfully, but these errors were encountered: