I have been moving some of my clients to use the failover url using below.
url=
"failover:(tcp://node1:61616?useInactivityMonitor=false,
            
tcp://node2:61616?useInactivityMonitor=false)?randomize=false;";


I bring down node1,  client is able to read/write message by connecting to
node2.
Now, i bring back up node1, and bring down node2. 
I see that my client program does not read/write or failover to node1. I
have to restart clients at this stage.  

Is this as designed ? or some issue that can be resolved by modifying
configuration, so it can go round robin and connect to the one that is up. ?

Thanks







--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Queston-ActiveMQ-client-Failover-tcp-tp4711920.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to