kfchu wrote:
> 
> I try to use ActiveMQ5.4.1 to implement a failback plan:
> 
> Broker A is primary and Broker B is the backup, if A down then turn to B,
> but if A is back to live then the flow will go back to A from B. 
> 

I set up a master/slave topology with JDBC:
http://activemq.apache.org/jdbc-master-slave.html

Master/slave is designed to have _one_ master at all times. Let's assume
your initial setup is: A is master, B is slave. If A goes down, B
automagically becomes the new master. If A is restarted then, A is one of
the slaves.

HTH,
Tobias

-- 
View this message in context: 
http://activemq.2283324.n4.nabble.com/Failback-configuration-of-5-4-1-tp3013083p3013347.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to