You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Arkin Yetis <ar...@gmail.com> on 2016/06/07 17:22:35 UTC

Priority URI utilization with failover transport

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