hello there.

Currently, I am studying on building multiple ActiveMQ severs.

I successfully have built 2 ActiveMQ severs and they connected each other
for C++ and JAVA clients.

I changed activemq.xml file (..\Activemq-4.1.0\conf\) like

<networkConnectors>
     <networkConnector name="default-nc" uri="static://(tcp://host2:61616)"
failover="true"/>
</networkConnectors>

For example, if I creat a producer in the localhost, I also can listen the
consumer from host2.

My questions are

1) How can I build 3 or more ActiveMQ severs (in order to have reliable,
stable, and robust)
so that they can connect each other, and I can creat a producer and consumer
from
any ActiveMQ severs with same topic or queue?


2) Does the client already connected with one of ActiveMQ severs try to find
the other ActiveMQ severs if the connection is failed?
If it does, is there on the list of ActiveMQ severs' IP address in client
side?

Thanks

Sunghoon Park
-- 
View this message in context: 
http://www.nabble.com/how-to-build-multiple-ActiveMQ-severs---tf2966254.html#a8299311
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to