Does the "INIT(0-0)" indicate that the message sender wants to use AMQP 1.0? Assuming that is the case, how can I get the C++ code I have to use 0-10 (for what it's worth, qpid::messaging is being used)?
On the documentation for QPID 1.36.0 (which is the version that is used on the host machine, not the container; http://qpid.apache.org/releases/qpid-cpp-1.36.0/messaging-api/book/connections.html#connection-options ), it states in Table 1.4 that 0-10 is the default version that is used. Further, when I attempt to manually set the protocol ("connection.setOption("protocol", "amqp0-10");"), the code compiles but I get the following runtime error: terminate called after throwing an instance of 'qpid::messaging::MessagingException' what(): Invalid option: protocol not recognised (/builddir/build/BUILD/qpid-cpp-1.36.0/src/qpid/messaging/ConnectionOptions.cpp:140) Am I misreading the documentation in some way? -- View this message in context: http://qpid.2158936.n2.nabble.com/QPID-Connection-failed-when-connecting-to-remote-QPIDD-tp7664740p7664742.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]
