ActiveMq-Cpp soConnectTimeout not working

2009-11-04 Thread bpmuser
Hello, I'm having an issue with timeouts when I try to connect to a non-existing server. At the moment my problem simply blocks until I kill it. I've tried using: failover:(tcp://127.0.0.1:61616?soConnectTimeout=1) but the program still blocks. Am I using it wrong? Thanks, Brian! -- View t

Re: ActiveMq-Cpp soConnectTimeout not working

2009-11-04 Thread bpmuser
Timothy Bish wrote: > > On Wed, 2009-11-04 at 08:50 -0800, bpmuser wrote: > The failover transport is going to keep trying to reconnect here even if > the soConnectTimeout causes the attempt to connect to fail. Have you > tried without the failover transport in th