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 connecting until it is successful.
On Wed, Apr 10, 2013 at 12:29 AM, EveX <[email protected]> wrote: > 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 ActiveMQ - User mailing list archive at Nabble.com. >
