Hi,

the Artemis client all JAR contains all dependencies in a shadowed package,
except of two dependencies:
- JMS Spec 2.0
- javax.json Spec (?)

I would suggest to not include the Spec JARS in the client JAR as it could
cause trouble if those JARS are already included in the classpath. Also, if
an application supports several different JMS providers and has included
client all JARS of those providers, then it's better to have the JMS spec
JAR included just once.

In our software product we cannot use Maven or some sort of library
dependency management tool as of now, so we need to add those JARS manually
to the classpath. The client all JAR helps a lot, but as we need to support
different JMS providers it would be better to have the JMS spec separatly. 

What do you think?

Kind regards,
Benjamin Gentner



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to