ActiveMQ 5.11

When using failover URLs like this in a network of brokers where
updateClusterClients=true, how is failover handled?

failover:(tcp://hydra:61616,tcp://orion:61616,tcp://omega:61616,tcp://bigmoma:61616)?randomize=false

The behavior we're seeing is that, upon initial connect, the first host
(hydra) is selected, that's expected, but when the connection fails, the
client randomly connects to another broker in the list, not the second host
in the failover URL. So it appears updateClusterClients takes precedence
over the order by which hosts are configured in the failover URL, is that a
valid assumption? 





--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to