Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA660DD27 for ; Wed, 13 Mar 2013 22:56:21 +0000 (UTC) Received: (qmail 86344 invoked by uid 500); 13 Mar 2013 22:56:21 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 86299 invoked by uid 500); 13 Mar 2013 22:56:21 -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 86290 invoked by uid 99); 13 Mar 2013 22:56:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Mar 2013 22:56:21 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of raul@evosent.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-ia0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Mar 2013 22:56:15 +0000 Received: by mail-ia0-f171.google.com with SMTP id z13so1486570iaz.16 for ; Wed, 13 Mar 2013 15:55:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:in-reply-to:references :from:date:message-id:subject:to:content-type:x-gm-message-state; bh=Jtc+Na75JIWxGVhs4oqWXo+YEOY2Ms++W9IL46x86RQ=; b=n/EAtBqo/yZSCylERP2pgfWgRJgsgnLXllWZHBd2ypZBnEFY7iE9F3VGLG1HntMtKm 8hAupjRq9+oPX4pSZNMMWZycnHn+Mtk5452Se3TkyOwm3i75NwwFzg1/wwnIM0shD11H 0msw+oS7xRjn/EhnRkKTWyxiQfSnJzRW1acORdOavZZQ1Wv2AqQ97NEa4yf/9joTL8n9 eQU3w1adtmuNRdnirSUJ5YIN5b3aoyLIdaewZbegzOh/GTd9pf57hMZWVB8onvCJurDy BAFBkApkAtNQszjUp6ZL0K9xehQs1qnX4SA+mYzO2nxkpS7eRMsTlZnXfyp4k88yR6A4 Anog== X-Received: by 10.50.87.196 with SMTP id ba4mr211693igb.20.1363215354207; Wed, 13 Mar 2013 15:55:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.223.135 with HTTP; Wed, 13 Mar 2013 15:55:34 -0700 (PDT) X-Originating-IP: [83.50.21.166] In-Reply-To: <1363209488340-4664682.post@n4.nabble.com> References: <1363209488340-4664682.post@n4.nabble.com> From: Raul Kripalani Date: Wed, 13 Mar 2013 22:55:34 +0000 Message-ID: Subject: Re: How to create copy of one queue To: "users@activemq.apache.org" Content-Type: multipart/alternative; boundary=e89a8f3b9c37f0bc9504d7d64e3d X-Gm-Message-State: ALoCoQlI5R5WpEr34dXFx0nMz+V5euhHA3FaqQj1/or1QD7U8PUl1XLe6wOOEpbOZ+VqMkuqJkdq X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f3b9c37f0bc9504d7d64e3d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Based on past experience, you can achieve by staying within AMQ only. I've had success with AMQ Composite Destinations [1]. For example, this block of configuration, all messages on queue foo will be forwarded to queue bar, whilst keeping the original intact. Make sure you set forwardOnly=3Dfalse; otherwise you won't be able to consu= me from the original queue. [1] http://activemq.apache.org/virtual-destinations.html *Ra=FAl Kripalani* Apache Camel Committer Enterprise Architect, Program Manager, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Wed, Mar 13, 2013 at 9:18 PM, blueear wrote: > Hello everybody. > > I need create a copy of one specified queue and send messages to another > broker or read its by a consumer. Mirrored queues mirror all queue. Can y= ou > help me? > > Blueear. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/How-to-create-copy-of-one-queue-tp4= 664682.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > --e89a8f3b9c37f0bc9504d7d64e3d--