Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 15551 invoked from network); 11 Apr 2007 08:10:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2007 08:10:30 -0000 Received: (qmail 4589 invoked by uid 500); 11 Apr 2007 08:10:36 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 4329 invoked by uid 500); 11 Apr 2007 08:10:35 -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 4316 invoked by uid 99); 11 Apr 2007 08:10:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 01:10:35 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 01:10:28 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HbXu4-00066f-DK for users@activemq.apache.org; Wed, 11 Apr 2007 01:10:08 -0700 Message-ID: <9935010.post@talk.nabble.com> Date: Wed, 11 Apr 2007 01:10:08 -0700 (PDT) From: Zarick Lau To: users@activemq.apache.org Subject: Does AMQ support tree structured network of brokers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: zarick@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi devs and users, My current project require to configure a network of brokers in that, there is one central broker. and a set of 'leaf / remote' broker. Each remote broker connect with central broker, but does not connect with other remote broker. Is this configuration feasible with ActiveMQ (I currently using 4.1.1). I think I should configure each remote broker connected with central broker with one 'networkConnector' section. While in the central broker, the configuration will have a set of 'networkConnector'. Is it feasible? Also, is the 'multicast discovery' mechanism in AMQ using TCP multicast or other alternate mechanism? -- View this message in context: http://www.nabble.com/Does-AMQ-support-tree-structured-network-of-brokers-tf3557919s2354.html#a9935010 Sent from the ActiveMQ - User mailing list archive at Nabble.com.