Hi Mark,

Last time I used the Python binding against the C++ API on Ubuntu (I
actually use it against Qpid C++ broker and not against ActiveMQ, but with
AMQP 1.0) I had following packages installed from ppa:qpid/testing (+ some
SASL libraries for authentication etc.):
- libqpid-proton6
- libqpidclient2
- libqpidcommon2
- libqpidmessaging2
- libqpidtypes1
- python-qpid-messaging

That was probably few months ago, but maybe it still helps a bit.

Thanks & Regards
Jakub

On Thu, Mar 23, 2017 at 10:24 PM, Mark Blum <[email protected]> wrote:

> Hello all,
>
> I'm trying to get amqp1.0 support working in Python so I can interact with
> an ActiveMQ broker which supports amqp1.0.
>
> What I can't figure out is what magic combination of steps will get this
> working.
>
> Note I am trying to use the messaging API at this time, not the proton
> (reactor) API.
>
> So far I've determined that the qpid Python bindings don't support amqp1.0,
> but I get the impression that the python-cqpid bindings do.
> However, I can't get it to work right (hence this message).  If I leave the
> protocol option out when creating a new Connection object it defaults to
> amqp0-10 (and I get an unsupported version error when opening the
> connection
> to the ActiveMQ broker), and if I use the protocol option (e.g.
> cqpid.Connection(broker_url, protocol = 'amqp1.0'), I get "RuntimeError:
> Invalid option: protocol not recognised
> (qpid/client/amqp0_10/ConnectionImpl.cpp:160)" which is obvious that it is
> following an amqp0_10 code path.
>
> I'm trying all this on an Ubuntu 16.04 LTS server, and I've installed qpid
> via sudo apt-get install libqpid-proton2 python-cqpid python-qpid.
>
> I'm willing to install any other packages and/or manually build packages if
> it will help.
>
> If someone can point out what I'm missing to get this to work I would
> greatly appreciate it!
>
>
>
> --
> View this message in context: http://qpid.2158936.n2.nabble.
> com/Python-qpid-messaging-api-and-amqp1-0-support-tp7661439.html
> Sent from the Apache Qpid users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to