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 <cale...@orange.fr> wrote: > Hi. > > We're using ActiveMQ with .NET and WCF. When we call the service to start > the connection, the application block in > > Here's our URI in the test: > > > > We also tried > > > > Even adding timeout parameter, the service is blocking if the ActiveMQ > server is not launched. What we want is to write logs in database if the > connection cannot start. > > Here's the start method: > > > > At the end, the catch is never reached, we have a WCF TimeoutException > instead. We really don't know how to solve it. > Regards. > > PS: Sorry for my english > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-with-WCF-blocking-in-startup-tp4665764.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >