You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by oseymen <oz...@tdpg.com> on 2011/06/09 11:24:32 UTC

Message Forwarding to another datacenter

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.