Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 58587 invoked from network); 9 Mar 2009 15:40:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2009 15:40:37 -0000 Received: (qmail 46059 invoked by uid 500); 9 Mar 2009 15:40:36 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 46042 invoked by uid 500); 9 Mar 2009 15:40:36 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 46031 invoked by uid 99); 9 Mar 2009 15:40:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 08:40:36 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 15:40:27 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LghaI-0004uk-N7 for users@activemq.apache.org; Mon, 09 Mar 2009 08:40:06 -0700 Message-ID: <22413530.post@talk.nabble.com> Date: Mon, 9 Mar 2009 08:40:06 -0700 (PDT) From: mffrench To: users@activemq.apache.org Subject: Question about Active MQ network of brokers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mffrench@axway.com X-Virus-Checked: Checked by ClamAV on apache.org Hello, I would like to know if it's possible to configure ActiveMQ to route messages from a broker A to a broker C through a broker B. In fact I aim to achieve this kind of topology : client X (network 1) send Message to Broker C via Broker A -> broker A (network 1) send message to broker C via broker B -> broker B (network 1 and network 2) send message to broker C-> broker C (network 2) <- client Y (network 2) receive the message from client X The broker B in fact is a kind of hub broker which links network 1 and network 2. Client X is connected only on Broker A and can not send message to network 2 without connecting to broker B. After reading the broker network documentation I do not find the way to achieve this kind of topology. Any idea ? Thanks -- View this message in context: http://www.nabble.com/Question-about-Active-MQ-network-of-brokers-tp22413530p22413530.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.