This content has been marked as final.
Show 1 reply
-
1. Re: Facing Problem on Master/Slave (Clustring) of ActiveMQ 5.3
nnprasad Apr 5, 2011 11:17 AM (in response to suresh215)Your Failover URI was wrong Try Like this.
failover:(tcp://machineAIP:61616,tcp://machineBIP:61616,tcp://machineCIP:61616)?randomize=false
Observe that the TCP port are same for all. If Randomize is false, you client choose the URI in sequence as you provided them.
-Nag