Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 69556 invoked from network); 17 Apr 2008 15:59:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 15:59:07 -0000 Received: (qmail 12828 invoked by uid 500); 17 Apr 2008 15:59:05 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 12794 invoked by uid 500); 17 Apr 2008 15:59:05 -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 12759 invoked by uid 99); 17 Apr 2008 15:59:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 08:59:05 -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 (athena.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; Thu, 17 Apr 2008 15:58:19 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JmWVL-0006Ju-Lh for users@activemq.apache.org; Thu, 17 Apr 2008 08:58:31 -0700 Message-ID: <16745437.post@talk.nabble.com> Date: Thu, 17 Apr 2008 08:58:31 -0700 (PDT) From: ttmdev To: users@activemq.apache.org Subject: Re: Simple brokers A <-> B In-Reply-To: <16741394.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: joe.fernandez@ttmsolutions.com References: <179bc6f60804160820p294cfd29o92fc3c04761af641@mail.gmail.com> <16741394.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hola Luiz, Since all you want to do is forward messages from broker A to B, then simply create a forwarding bridge from A to B. Each broker should only have one transportConnector and broker A would have one networkConnector that will be used to create the forwarding bridge to B. You really don't need a networkConnector on broker B unless you want messages to flow from B to A. Joe Goto www.ttmsolutions.com for a free ActiveMQ user guide Luiz Gustavo Almeida wrote: > > Hi. > > After spending a little bit time, I created two configuration files to > my ActiveMQ. > My idea is to create two brokers in separated machines, put a message in > a queue in brokerA and get this on brokerB. > Do I in correct way? > > Sorry for my poor english. > Thank you in advance. > > Luiz Gustavo Almeida > > > Luiz Gustavo Almeida wrote: >> >> Hi. >> >> I'm a newbie ActiveMQ user. >> I have two brokers A and B running on the same machine. (I made it >> running >> 2 instances of activemq engine and using 2 differents configuration file >> - >> activemq.xml). >> Now, I would like to produce a message to a queue on broker A and see >> this >> message in a queue on broker B. If broker B is not running, this message >> should be stay on broker A untill broker B is up. >> How can I get it? >> >> Thank you in advance. >> >> Luiz Gustavo Almeida >> >> > http://www.nabble.com/file/p16741394/brokerA.xml brokerA.xml > http://www.nabble.com/file/p16741394/brokerB.xml brokerB.xml > -- View this message in context: http://www.nabble.com/Simple-brokers-A-%3C-%3E-B-tp16726467s2354p16745437.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.