Great that works!
I actually tried that before but it was giving me an
IllegalArgumentException because I had // behind failover:
Anyway, thanks
--
View this message in context:
http://www.nabble.com/Can%27t-connect-using-failover-tp22868719p22869838.html
Sent from the ActiveMQ - User mailing
Hi,
try failover:(tcp://localhost:61616)?jms.dispatchAsync=false
Cheers
--
Dejan Bosanac
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
On Fri, Apr 3, 2009 at 3:46 PM, dwout wrote:
>
> Hello. I'm having iss
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://(tc