Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 32298 invoked from network); 3 Nov 2008 20:41:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 20:41:47 -0000 Received: (qmail 53198 invoked by uid 500); 3 Nov 2008 20:41:53 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 53169 invoked by uid 500); 3 Nov 2008 20:41:53 -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 53153 invoked by uid 99); 3 Nov 2008 20:41:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 12:41:53 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Mon, 03 Nov 2008 20:40:35 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Kx6Ea-0008Da-SH for users@activemq.apache.org; Mon, 03 Nov 2008 12:41:12 -0800 Message-ID: <20310393.post@talk.nabble.com> Date: Mon, 3 Nov 2008 12:41:12 -0800 (PST) From: huntc To: users@activemq.apache.org Subject: Configuring ActiveMQ in OSGi containers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: huntc@mac.com X-Virus-Checked: Checked by ClamAV on apache.org Hi there, I read around a bit and discovered that some of ActiveMQ's jars come OSGi ready. I then managed to successfully deploy activemq-all-5.1.0.jar using the OSGi based springsource-dm-server. activemq-all-5.1.0.jar comes as part of the regular ActiveMQ distribution of course. What I am now curious to discover is how can I configure ActiveMQ within an OSGi environment such that it effectively uses ActiveMQ's conf/activemq.xml file? My basic goal is to have the openwire transport started up as normal on port 61616. My secondary goal is to have this module available as a JMS provider that other services can subscribe to. Are you able to point me in the right direction? Thank you for your help in advance. Kind regards, Christopher -- View this message in context: http://www.nabble.com/Configuring-ActiveMQ-in-OSGi-containers-tp20310393p20310393.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.