I am using the following uri so the client fails over to other brokers in the
list quickly but i want the send call to fail if no brokers are available or
if the timeout occurs but during testing i do not see the timeout occuring
on the send.. the call to send simply waits for reconnect..

How can I get this to timeout so the client can get control back on timeout
failure? Why is "timeout=1000" not working as per document.

failover:()?randomize=false&priorityBackup=true&timeout=1000&nested.wireFormat.maxInactivityDuration=1000&backup=true&maxReconnectDelay=1000&updateURIsURL=/tmp/brokerlist.txt

brokerlist can have 1 or more uri, eg.
tcp://b1:61616,tcp://b2:61616





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/failover-transport-not-timing-out-tp4702657.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to