Hi,

I am trying to connect a the qpid 0.18 client with RabbitMQ, and I am
getting a VersionError because the qpid client is talking amqp 0.10
and the RabbitMQ broker is listening 0.9.1.

According to the docs, qpid is compatible.  However, it looks
suspiciously like the entire API that I implemented only works with
0.10.  (I used the qpid.messaging.Connection, Session, Sender
classes.)  I see a qpid.Client class that looks like it supports the
other specs, but I don't see any documentation or hooks for it.

The reason I am looking to qpid is to use the fairly robust looking
auto-reconnect features of the client, but they only seem available in
the qpid.messaging.Connection class, which does not support 0.9.1.  Is
that correct?  Or is there a way to pass a spec in that I am missing?

I also can't find any documentation or examples for the older API.
Where might I find them?

Thanks,
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to