In the following example from 
http://activemq.apache.org/failover-transport-reference.html

failover:(tcp://local1:61616,tcp://local2:61616,tcp://remote:61616)?randomize=false&priorityBackup=true&priorityURIs=tcp://local1:61616,tcp://local2:61616
 

Will local1 always be tried before local2 or is the choice between the two 
local urls random? 
Once a connection to local2 is established, the client will not attempt to 
connect to local1 unless the connection to local2 is disrupted. Is that 
correct? 

Thanks, 
- Arkin 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Question-about-priorityURIs-feature-tp4713129.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to