Re: ActiveMQ with WCF blocking in startup

2013-04-16 Thread Jim Gomes
Did you try lowering the StartupMaxReconnectAttempts to 1? This gives you one try at startup, which sounds like what you are trying to accomplish, right? Don't lower it to 0, because that effectively disables it, and it will immediately go into failover mode at startup and continue to try connect

Re: ActiveMQ with WCF blocking in startup

2013-04-10 Thread EveX
It's still blocking at start (or at createSession if I invert those lines) and return a TimeoutException after 1 min in the method calling the WCF. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-with-WCF-blocking-in-startup-tp4665764p4665799.html Sent from the A

Re: ActiveMQ with WCF blocking in startup

2013-04-09 Thread Jim Gomes
Hello, The parameters are case sensitive. Try using the following URI: activemq:failover:(tcp://activemqhost:61616)?transport.StartupMaxReconnectAttempts=3 Best, Jim On Tue, Apr 9, 2013 at 6:27 AM, EveX wrote: > Hi. > > We're using ActiveMQ with .NET and WCF. When we call the service to s