From users-return-11313-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Sat Nov 03 17:28:13 2007 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 12975 invoked from network); 3 Nov 2007 17:28:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2007 17:28:13 -0000 Received: (qmail 96010 invoked by uid 500); 3 Nov 2007 17:28:00 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 95987 invoked by uid 500); 3 Nov 2007 17:28:00 -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 95978 invoked by uid 99); 3 Nov 2007 17:28:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2007 10:28:00 -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; Sat, 03 Nov 2007 17:28:26 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IoMma-0001BI-GY for users@activemq.apache.org; Sat, 03 Nov 2007 10:27:40 -0700 Message-ID: <13565052.post@talk.nabble.com> Date: Sat, 3 Nov 2007 10:27:40 -0700 (PDT) From: Viswanath Durbha To: users@activemq.apache.org Subject: Re: Camel Route from one broker to other In-Reply-To: <13406062.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: Viswanath.Durbha@gmail.com References: <13406062.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I posted this in another thread. Please visit the following URL to find the answer to this problem. http://www.nabble.com/broker1--%3Eq1-to-broker2--%3Eq2-tf4736085s2354.html Viswanath Durbha wrote: > > Hi, > > I'm having a little bit of trouble creating a camel route to send messages > from a queue on one activemq broker to other. > > Here's my situation. I have two instances of activemq brokers running > whose names are qm1 and qm2. I have a queue on qm1 called example.A and a > queue on qm2 called example.B. > > I'm trying to configure a camel route using xml configuration so that any > message that is put on qm1:example.A is sent to qm2:example.B. My > configuration looks like this currently. > > > > > value="tcp://localhost:62001?broker.persistent=false"/> > > > > > > > value="tcp://localhost:63001?broker.persistent=false"/> > > > > xmlns="http://activemq.apache.org/camel/schema/spring"> > > > > > > > When I put a message on qm1:example.A, it just stays there and does not go > over to qm2:example.B. > > I'm a newbie to ActiveMQ and I apologize if this is entirely a basic > question. I would appreaciate if anyone would point me the mistake I'm > making here. > > Thanks, > Viswanath > -- View this message in context: http://www.nabble.com/Camel-Route-from-one-broker-to-other-tf4690634s2354.html#a13565052 Sent from the ActiveMQ - User mailing list archive at Nabble.com.