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

Reply via email to