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]
