Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 54205 invoked from network); 27 Mar 2007 19:02:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2007 19:02:50 -0000 Received: (qmail 98064 invoked by uid 500); 27 Mar 2007 19:02:57 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 98036 invoked by uid 500); 27 Mar 2007 19:02:57 -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 98027 invoked by uid 99); 27 Mar 2007 19:02:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 12:02:57 -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; Tue, 27 Mar 2007 12:02:46 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HWGw6-0005L3-0l for users@activemq.apache.org; Tue, 27 Mar 2007 12:02:26 -0700 Message-ID: <9698934.post@talk.nabble.com> Date: Tue, 27 Mar 2007 12:02:25 -0700 (PDT) From: Allesmallachen To: users@activemq.apache.org Subject: BrokerFilter question MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: Spammails@web.de X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to implement a custom BrokerFilter. If the addConsumer method is called a special message should be send to all peer brokers. Is there a way to directly send a Command or Message subclass to a peer broker from within a BrokerFilter??? The AdvisoryBroker seems to publish Messages to the Advisory topics. Advisory topics have connections to peer brokers and this is how messages travel from AdvisoryBroker to peer brokers. This feels a little bit awkward for pure broker-to-broker communication. Is there no direct way to exchange messages between brokers? best regards, Christian -- View this message in context: http://www.nabble.com/BrokerFilter-question-tf3474965s2354.html#a9698934 Sent from the ActiveMQ - User mailing list archive at Nabble.com.