carrot icon indicating copy to clipboard operation
carrot copied to clipboard

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

Open esizikov opened this issue 15 years ago • 2 comments

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.

esizikov avatar Dec 18 '09 18:12 esizikov

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.

ask avatar Dec 20 '09 17:12 ask

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

esizikov avatar Dec 21 '09 11:12 esizikov