Re: connection failover using ActiveMQ 5.2

2009-05-05 Thread MassDosage
www.nabble.com/connection-failover-using-ActiveMQ-5.2-tp23374917p23384501.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: connection failover using ActiveMQ 5.2

2009-05-04 Thread jydev
Looks like timeout parameter has been replaced by maxReconnectAttempts. -- View this message in context: http://www.nabble.com/connection-failover-using-ActiveMQ-5.2-tp23374917p23377412.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: connection failover using ActiveMQ 5.2

2009-05-04 Thread jydev
FailoverTransport(); IntrospectionSupport.setProperties(transport, parameters); return transport; } I don't see how the options can possibly be empty if it is specified in the URL. Am I missing something? Is there new ways to specifying the options? -- View this me

connection failover using ActiveMQ 5.2

2009-05-04 Thread jydev
ease note says "The default ActiveMQConnectionFactory brokerUrl now uses the failover transport." What does this mean? Without "failover:(tcp...", dead connections don't re-reconnect. Thank you so much in advance! -- View this message in context: http://www.nabble.co