On 3/14/07, Suchitha Koneru (sukoneru) <[EMAIL PROTECTED]> wrote:
Hello Active Mq Users ,
               Can we have an embedded network of brokers ?

Sure, though there's little point having more than one broker in a JVM

Our
application uses embedded broker started by a servlet context listener.
The servlet context listener is started by Tomcat 5.5.20
To provide HA of brokers , just in case the embedded broker goes down .

A broker only really goes down if a JVM dies; so there's no real need
for mutliple brokers within a JVM.

BTW for HA you need Master/Slave rather than a store and forward
network of brokers.
I've updated this FAQ entry to make things a bit more clear
http://cwiki.apache.org/ACTIVEMQ/how-do-distributed-queues-work.html
--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to