Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 9739 invoked from network); 1 Jun 2006 16:47:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jun 2006 16:47:01 -0000 Received: (qmail 82117 invoked by uid 500); 1 Jun 2006 16:47:01 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 82101 invoked by uid 500); 1 Jun 2006 16:47:01 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 82092 invoked by uid 99); 1 Jun 2006 16:47:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 09:47:00 -0700 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 (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 09:46:58 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FlqJh-00016W-EX for activemq-users@geronimo.apache.org; Thu, 01 Jun 2006 09:46:37 -0700 Message-ID: <4665519.post@talk.nabble.com> Date: Thu, 1 Jun 2006 09:46:37 -0700 (PDT) From: agrabil To: activemq-users@geronimo.apache.org Subject: Need help with JMS Bridge MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: greg.rabil@ins.com X-Nabble-From: agrabil X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, Sorry for the re-post of this question, but I would really appreciate any help. If this is the wrong place to ask this question, please let me know. I am using activemq-4.0 and JDK 5.0. I'm attempting to setup a bridged configuration where messages sent to the queue called MyQueue on an ActiveMQ broker are sent to a SwiftMQ broker using the Jms to Jms bridge. The name of the queue in SwiftMQ is actually MyQueue@router. Here is my configuration: The connection is established from ActiveMQ to SwiftMQ, but no messages ever get sent to the SwiftMQ provider. Ideally, I would like to filter which messages are forwarded to SwiftMQ, but at this point I'd be happy with _any_ messages being sent. However, it is not clear where I indicate which ActiveMQ queue I want "bridged" to what SwiftMQ queue. Any help with this type of configuration would be greatly appreciated. Thank you, Greg Rabil -- View this message in context: http://www.nabble.com/Need+help+with+JMS+Bridge-t1717876.html#a4665519 Sent from the ActiveMQ - User forum at Nabble.com.