Did you try with AMQP 1.0 or with AMQP 0.10?
Am 27.08.2015 um 17:38 schrieb Gordon Sim:
On 08/27/2015 04:09 PM, Andreas Welchlin wrote:
Hi All,
now I can answer my own question:
instead of:
mConnection = new Connection("amqp:ssl:<ipaddress>");
mConnection->setOption(QPID_OPTION_SASL_MECHANISMS, "EXTERNAL");
mConnection->setOption(QPID_OPTION_TRANSPORT, "ssl");
you can use:
mConnection = new Connection("amqp:ssl:<ipaddress>", "{transport:ssl,
sasl-mechanism:EXTERNAL}");
Strange, I don't quite understand that, but as long as it works, thats
good! Thanks for the update!
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]