
| Key: |
AMQ-1703
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Dejan Bosanac
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
ActiveMQ
Created: 30/Apr/08 01:33 AM
Updated: Tuesday 05:41 AM
|
|
| Component/s: |
Broker
|
| Affects Version/s: |
5.1.0
|
| Fix Version/s: |
5.2.0
|
|
|
Create a lightweight client JAR for usage in Java applications
|
|
Description
|
Create a lightweight client JAR for usage in Java applications |
Show » |
|
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>5.2-SNAPSHOT</version>
<classifier>client</classifier>
</dependency>
and included (e.g. in assembly process) as
<include>org.apache.activemq:activemq-core:jar:client</include>
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?