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 <greenpor...@gmail.com> wrote: > > 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. > >