Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 12960 invoked from network); 4 Aug 2006 19:20:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2006 19:20:32 -0000 Received: (qmail 129 invoked by uid 500); 4 Aug 2006 19:20:31 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 112 invoked by uid 500); 4 Aug 2006 19:20:31 -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 103 invoked by uid 99); 4 Aug 2006 19:20:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 12:20:31 -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; Fri, 04 Aug 2006 12:20:29 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1G95DN-0007bO-DB for activemq-users@geronimo.apache.org; Fri, 04 Aug 2006 12:20:09 -0700 Message-ID: <5656153.post@talk.nabble.com> Date: Fri, 4 Aug 2006 12:20:09 -0700 (PDT) From: jcarreira To: activemq-users@geronimo.apache.org Subject: JMS to JMS Bridge Questions (again) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: jcarreira@gmail.com X-Nabble-From: jcarreira X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Here's the scenario: I'm trying to set up our server(s) with embedded broker(s) to bridge to a JBoss 3.2.0 machine. I haven't had any luck getting Topics to work because I can't seem to find a TopicConnectionFactory in JNDI, but I can browse the Queues on the JBoss machine with HermesJMS. The first usecase I'm trying to implement is: when a new BuyerOrganization is added to our machine, we need to send a message across the Queues to them so they can set some things up. Here's what I have configured so far: What I'm trying to do is to bridge from my previously defined newBuyerQueue locally, to the Queue bound at "queue/InvoicePlusNewBuyerQueue" on the JBoss box. If I change that part it does figure out that there's no Queue bound to JNDI by that name, so I'm relatively confident about that one... for the consumerQueue or producerQueue attributes of the outboundQueueBridge element, it's less clear... What I'm seeing is that it's creating a "queue/InvoicePlusNewBuyerQueue" locally with one bound consumer, so it seems like it's just using the name of the remote Queue as the local Queue and ignoring me. As to whether it's bridging across... I'm still not sure. I'd know better if I could get it to listen to the right Queue ;-) -- View this message in context: http://www.nabble.com/JMS-to-JMS-Bridge-Questions-%28again%29-tf2052982.html#a5656153 Sent from the ActiveMQ - User forum at Nabble.com.