Hello. I'm having issues when trying to connect using a failover on a URI
that has arguments. What happens is that the connection.start() method just
hangs forever without returning.

So...

tcp://localhost:61616?jms.dispatchAsync=false WORKS
failover://(tcp://localhost:61616) WORKS
failover://(tcp://localhost:61616?jms.dispatchAsync=false) DOES NOT WORK


In case you're wondering, it's not a problem with this particular parameter
(jms.dispatchAsync) because I've tried with others and get the same
behavior.

Any ideas? Thanks
-- 
View this message in context: 
http://www.nabble.com/Can%27t-connect-using-failover-tp22868719p22868719.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to