On 9/22/06, Tommy615 <[EMAIL PROTECTED]> wrote:
Let say I have two brokers called brokerA and brokerB with the node name as T1G1 and T1G2 respectively. (node name is just a id to the broker). T1G1 will has a queue named Q1 whereas T1G2 will has a queue named Q2. Let say there is a JMS client called client_A connected to T1G1 wannted to send a msg to T1G2 (with the msg firstly go through T1G1) The way that the client_A let the T1G1 recognise the way of routing is T1G2::Q2 May I know how to do that using activemq?
Try this... http://incubator.apache.org/activemq/networks-of-brokers.html it allows you to store/forward from broker to broker -- James ------- http://radio.weblogs.com/0112098/
