On 11/18/2013 03:14 PM, xbhanu wrote:
So ActiveMQ failover://() will not work with ActiveMQ? right ? -- failover://(amqp://host:port) will not work ? (it anyways gives me malformedURL exceptions)
The ActiveMQ failover transport syntax won't work with the QPid AMQP 1.0 JMS client.
I am using the qpid provided API (qpid-amqp-1-0-client-jms-0.22.jar).
That client does not offer any inbuilt failover/reconnection function.
ActiveMQ does not consider the sasl_mechs or any brokerlist options?
I believe that only PLAIN (and ANONYMOUS) are supported by ActiveMQ at present, but perhaps someone else can confirm that?
I thought maybe I could use kerberos support with aMQP in ActiveMQ, but doest look like I would be able to do so. Your valuable thoughts please?