Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 50746 invoked from network); 30 Nov 2009 02:49:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 02:49:59 -0000 Received: (qmail 90141 invoked by uid 500); 30 Nov 2009 02:49:58 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 90055 invoked by uid 500); 30 Nov 2009 02:49:57 -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 90045 invoked by uid 99); 30 Nov 2009 02:49:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 02:49:56 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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, 30 Nov 2009 02:49:53 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NEvhj-0004Ef-MA for users@activemq.apache.org; Sun, 29 Nov 2009 18:09:31 -0800 Message-ID: <26568570.post@talk.nabble.com> Date: Sun, 29 Nov 2009 18:09:31 -0800 (PST) From: hackingbear To: users@activemq.apache.org Subject: Minimal client-side install and OSGI requirements MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: hackingbear@gmail.com Hi, Up to now, we have just included the activemq-all-5.3.jar along with our client program. This JAR is pretty large. I want to see what are the minimum AMQ JARs we need to bundle instead of the big one. In addition, as the client program is written in Eclipse/OSGI, currently bundled in one of our own framework plugin, so we have to specify what packages to export to the downstream plugin's. Our client program uses standard JMS API. The connection factory and destinations are currently looked up from JNDI. For transports, we use OpenWire/TCP and SSL. What would be the JARs and exported packages I need? Thanks -- View this message in context: http://old.nabble.com/Minimal-client-side-install-and-OSGI-requirements-tp26568570p26568570.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.