Skip to content
New issue

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 C++ Broker 0.5 support seems to be broken #21

Open
esizikov opened this issue Dec 18, 2009 · 2 comments
Open

Apache Qpid C++ Broker 0.5 support seems to be broken #21

esizikov opened this issue Dec 18, 2009 · 2 comments

Comments

@esizikov
Copy link

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.

@ask
Copy link
Owner

ask commented Dec 20, 2009

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.

@esizikov
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants