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 510A6640A for ; Tue, 24 May 2011 19:27:52 +0000 (UTC) Received: (qmail 73830 invoked by uid 500); 24 May 2011 19:27:51 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 73797 invoked by uid 500); 24 May 2011 19:27:51 -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 73789 invoked by uid 99); 24 May 2011 19:27:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 May 2011 19:27:51 +0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=HTML_MESSAGE,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 May 2011 19:27:46 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QOxGI-0007us-AJ for users@activemq.apache.org; Tue, 24 May 2011 12:27:26 -0700 Date: Tue, 24 May 2011 12:27:26 -0700 (PDT) From: vonKarger To: users@activemq.apache.org Message-ID: <1306265246310-3547998.post@n4.nabble.com> Subject: Connect ActiveMQ on one machine to MDB in JBoss on another machine MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14507_29792336.1306265246312" ------=_Part_14507_29792336.1306265246312 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am running ActiveMQ on machine A where it receives JMS messages from another system (Mule ESB) on a queue named queue/test. This part works. I would like these messages to be processed by an MDB running inside a JBoss AS on machine B. Here I don't know how to proceed. I do not wish to use the JBoss JMS provider (or do I have to?) - do I need to deploy a copy of ActiveMQ to JBoss? - do I need to create a queue in JBoss or can I somehow tell JBoss to use the queue from ActiveMQ? - is the queue owned by activeMq or by JBoss or jointly by both, or are there really two queues? Any help would be greatly appreciated -- View this message in context: http://activemq.2283324.n4.nabble.com/Connect-ActiveMQ-on-one-machine-to-MDB-in-JBoss-on-another-machine-tp3547998p3547998.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. ------=_Part_14507_29792336.1306265246312--