Hi Kevin, the first question is what you want to achieve,
In Master/Slave configuration only one broker (master) is active and others wait for it to fail so another master is chosen. See http://activemq.apache.org/masterslave.html for more info. In network of brokers configuration, all brokers are active and exchange messages between them. See http://activemq.apache.org/networks-of-brokers.html for more info. Anyway it is important to first realize what are your needs and then choose the right topology. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Nov 25, 2009 at 1:02 PM, ksun <kaiqin...@gmail.com> wrote: > > Hi all, > I will embed ActiveMQ5.X in Tomcat6. When Tomcat starts up the embedded > ActiveMQ will start up too. > > I will use several Tomcat instances to form a clustering. Every Tomcat > instance will have one embedded ActiveMQ. I want all the embedded ActiveMQ > brokers to form into Master/Slave topology for HA. > > Is my thought practical? Can anyone give me some help for this question? > > Thanks in advance, > > Kevin > -- > View this message in context: > http://old.nabble.com/Can-embedded-amq-brokers-%28in-Tomcat%29-form-Master-Slave-topology--tp26511408p26511408.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >