There are two approaches I would recommend. First is the "network of brokers," which is the simpler one to setup, but introduces race conditions and caveats (e.g. reduced reliability of temp destination and topic message flow):
http://activemq.apache.org/networks-of-brokers.html Second is the use of "static routing," in which you setup the brokers with bridges that always move messages for specific destinations in one direction. There's more than one way to accomplish this: a. "Pure static networks" section of the network-of-brokers page b. JMS bridges in ActiveMQ c. Camel routes d. other Note this is not in any particular order. -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-between-Brokers-tp4704003p4704065.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
