Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 96364 invoked from network); 1 Sep 2009 14:34:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 14:34:32 -0000 Received: (qmail 32117 invoked by uid 500); 1 Sep 2009 14:34:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 32084 invoked by uid 500); 1 Sep 2009 14:34:31 -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 32074 invoked by uid 99); 1 Sep 2009 14:34:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 14:34:31 +0000 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 (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; Tue, 01 Sep 2009 14:34:21 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MiUQq-0004Q9-Ot for users@activemq.apache.org; Tue, 01 Sep 2009 07:34:00 -0700 Message-ID: <25241436.post@talk.nabble.com> Date: Tue, 1 Sep 2009 07:34:00 -0700 (PDT) From: Joe Fernandez To: users@activemq.apache.org Subject: Re: Bridge Queue to Topic In-Reply-To: <25241255.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: <25241255.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org You can use composite destinations. http://activemq.apache.org/composite-destinations.html You can also use Camel to implement this messaging pattern and at the same time, keep yourself JMS provider neutral. Joe http://www.ttmsolutions.com - FREE AMQ foundation guide. Locuester wrote: > > I previously worked with TIBCO EMS and there was a concept of bridges, to > make all messages hitting a queue be forwarded to a topic (with or without > a message selector). > > Does this concept exist in ActiveMQ? > -- View this message in context: http://www.nabble.com/Bridge-Queue-to-Topic-tp25241255p25241436.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.