Hi all,

What is the preferred way to reliably forward messages from an AMQ broker in
one datacenter (DC1) to another AMQ in another datacenter (DC2)?

Is it network of brokers - like:

<networkConnector uri="static:(tcp://localhost:61617)"
         name="FromDC1ToDC2"
         conduitSubscriptions="false"
         decreaseNetworkConsumerPriority="false">
        <staticallyIncludedDestinations>
                <queue physicalName="Q.OUT.ToDC2.DC1" />
        </staticallyIncludedDestinations> 
</networkConnector>

OR by using jmsBridge between two brokers in each datacenter?

Cheers,
Ozan



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Message-Forwarding-to-another-datacenter-tp3584976p3584976.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to