Re: Failover-connection config halts start-up when no ActiveMQ available

2010-07-02 Thread Arjen van der Meijden
Thanks, that seems to work. Best regards, Arjen On 2-7-2010 11:06 Gary Tully wrote: There is a *startupMaxReconnectAttempts *option on the failover transport that allow the transport to fail early on the first connect attempt so that spring gets a chance to do retries rather than have the conn

Re: Failover-connection config halts start-up when no ActiveMQ available

2010-07-02 Thread Gary Tully
There is a *startupMaxReconnectAttempts *option on the failover transport that allow the transport to fail early on the first connect attempt so that spring gets a chance to do retries rather than have the connection block pending the broker start. see: https://issues.apache.org/activemq/browse/AM

Failover-connection config halts start-up when no ActiveMQ available

2010-07-02 Thread Arjen van der Meijden
Hi, We have a simple single-server ActiveMQ-setup with multiple consumers, some of which use Java and connect via JMS. As the ActiveMQ-server might some times need a restart or some other down time we configured it to use the failover protocol (failover:tcp://localhost:61616), so it will reco