Hi,

I am new to ActiveMQ and am trying to use it in a distributed way.  I
statically define my brokers as:
<networkConnectoruri="static://(tcp://host1:61616,tcp://host2:61616,tcp://host3:61616,tcp://host4:61616)"/>

And
<transportConnector name="openwire" uri="tcp://localhost:61616" />

I connect to host1 and place some messages in a queue.  I want to shut down
host1 and be able to be a producer and consumer of that same queue
connecting to a different broker.  Can I do that?  What is the failover
machanism?

Thank you in advance

-- 
View this message in context: 
http://www.nabble.com/Distributed-brokers-and-faiovers-tp25716906p25716906.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to