Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 3072 invoked from network); 2 Nov 2007 08:52:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 08:52:48 -0000 Received: (qmail 25284 invoked by uid 500); 2 Nov 2007 08:52:36 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 24964 invoked by uid 500); 2 Nov 2007 08:52: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 24955 invoked by uid 99); 2 Nov 2007 08:52:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 01:52:35 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of james.strachan@gmail.com designates 66.249.82.231 as permitted sender) Received: from [66.249.82.231] (HELO wx-out-0506.google.com) (66.249.82.231) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 08:52:38 +0000 Received: by wx-out-0506.google.com with SMTP id s14so828808wxc for ; Fri, 02 Nov 2007 01:52:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=+qiwI1KLCZTPMJh3AxuMPpoyHArXZABAbMAX8c/bH+Y=; b=Os/tF3d7+8MJx7hWeDaq3m9EeAwuAzadKXu1k7AXgRlfuqQJiWgCVw/wFZWYEuDUCxSJ+gZviPutz5eLQslinu9ZlSlAu48xPWGNmsFaMtgYY4U9hknMTbw9l8n7chP8Ac35M14w8EbSQ71AV96cRI/4eNqN7Q80RQvxkAszgDw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oifx0l2jt5ddRRfi0eEpr1CDFEkh9jqAvJ+4xdgg5jb2mYxCCnADtpQvW5jLMu5jqLyy3JH6wZ3Amkef4qoZ4blTuPUm7Ph5ll4Or4VmO/x+a72uO/8YMO8uBK3rlcD4yWWKjUlobb7ORsul6YBb/Z1ku9ge80/J3q2WTHiqS+g= Received: by 10.90.113.18 with SMTP id l18mr1064799agc.1193993536803; Fri, 02 Nov 2007 01:52:16 -0700 (PDT) Received: by 10.90.67.7 with HTTP; Fri, 2 Nov 2007 01:52:16 -0700 (PDT) Message-ID: Date: Fri, 2 Nov 2007 08:52:16 +0000 From: "James Strachan" To: users@activemq.apache.org Subject: Re: broker1-->q1 to broker2-->q2 In-Reply-To: <13543783.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13543783.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 02/11/2007, Viswanath Durbha wrote: > > Hi, > > I am using activemq 5.0. I have a question regarding forwarding messages > from two pre-configured queues on different broker instances. > > Let's say I'm running two brokers broker1 and broker2. broker1 will have a > queue q1 and broker2 will have a queue q2. How do I configure these brokers > so that any message put in broker1-->q1 will be forwarded to broker2-->q2? If they are the same queue name you use a network of brokers. If you want to use different queues then using a Camel route is the simplest... http://activemq.apache.org/camel/ -- James ------- http://macstrac.blogspot.com/ Open Source SOA http://open.iona.com