Hi, you might want to try this link: http://activemq.apache.org/masterslave.html
In a nutshell I think it is fair to say that a network of brokers covers sharing the load between a number of concurrently active brokers and the “normal” use case is a cluster somewhere and the throughput is shared across those. The master/slave configuration is to make a broker resilient. Within a master slave configuration only one of the brokers is active at any point in time and serve JMS clients. This having said, every node in a network of brokers could be a master/slave pair. This is how I normally set up my messaging backbone in my projects. Best regards Andreas On 15 Oct 2014, at 08:40, khandelwalanuj <khandelwal.anu...@gmail.com> wrote: > Hi, > > I am trying to understand master-slave topology in network of brokers as > mentioned in http://activemq.apache.org/networks-of-brokers.html. > > I didn't find much details about it on the link i posted above,. > Can anyone tell me what exactly master-slave configuration is ? Any > important links about it ? > > Thanks, > Anuj > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/master-slave-topology-in-network-of-brokers-tp4686399.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.