On 14/07/2020 5:29 pm, Robbie Gemmell wrote:
Your connection URL is from an AMQP 0-x based JMS client, whilst you
are forcing the C++ client to use AMQP 1.0 protocol so that's a
significant and potentially relevant difference. Actually, perhaps
not, I think the 'protocol' option value is meant to be amqp1.0
instead of amqp1 so I'm not sure if that has an effect or might mean
it still tries AMQP 0-10 first as usual (it supports 0-10 and 1.0 but
tries 0-10 first).

It should give an error for amqp1 and list the valid values.

In any case, doing some googling suggests your broker only supports
AMQP 0-9-1, and if so then the Qpid C++ components won't connect to it
since they dont. The older Qpid C++ client supports AMQP 0-10 and 1.0,
while the newer Qpid Proton C++ bindings supports AMQP 1.0.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to