Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 63086 invoked from network); 13 May 2008 12:42:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2008 12:42:07 -0000 Received: (qmail 77813 invoked by uid 500); 13 May 2008 12:42:09 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 77786 invoked by uid 500); 13 May 2008 12:42:09 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 77775 invoked by uid 99); 13 May 2008 12:42:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 05:42:09 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 12:41:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 23A55234C10C for ; Tue, 13 May 2008 05:41:44 -0700 (PDT) Message-ID: <752453002.1210682504141.JavaMail.jira@brutus> Date: Tue, 13 May 2008 05:41:44 -0700 (PDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-1703) Create lightweight ActiveMQ client jar In-Reply-To: <1471741731.1209544543810.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac updated AMQ-1703: ------------------------------- Attachment: activemq-client.patch I modified activemq-core pom to create additional jar with the "client" classifier. Later the jar can be included as a maven dependency in the following manner org.apache.activemq activemq-core 5.2-SNAPSHOT client and included (e.g. in assembly process) as org.apache.activemq:activemq-core:jar:client I managed to cut the size in half. If you notice more stuff that can be excluded, please let me know. Maybe the better option would be to create a separate module that will do this packaging instead of a classifier? > Create lightweight ActiveMQ client jar > -------------------------------------- > > Key: AMQ-1703 > URL: https://issues.apache.org/activemq/browse/AMQ-1703 > Project: ActiveMQ > Issue Type: Improvement > Components: Broker > Affects Versions: 5.1.0 > Reporter: Dejan Bosanac > Priority: Minor > Fix For: 5.2.0 > > Attachments: activemq-client.patch > > > Create a lightweight client JAR for usage in Java applications -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.