Can't connect using failover

2009-04-03 Thread dwout
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

Re: Can't connect using failover

2009-04-03 Thread Dejan Bosanac
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: