Re: ActiveMQ client without Spring

2011-01-07 Thread David Pollak
Awesome! Thanks! On Fri, Jan 7, 2011 at 6:49 AM, Gary Tully wrote: > Afraid there is no official list but most of the compilation deps on > activemq-core are broker side so they can be safely excluded for a > simple tcp client. > > There is an open jira issue to build a client only jar that nee

Re: ActiveMQ client without Spring

2011-01-07 Thread Gary Tully
Afraid there is no official list but most of the compilation deps on activemq-core are broker side so they can be safely excluded for a simple tcp client. There is an open jira issue to build a client only jar that needs some work, it tries to strip out the broker classes from the activemq-core ja

Re: ActiveMQ client without Spring

2011-01-07 Thread David Pollak
On Fri, Jan 7, 2011 at 3:14 AM, Gary Tully wrote: > The spring dependencies are only used for the xbean spring xml > configuration of the broker. > > Thanks for the answer. Is there a list someplace of legal exclusions so I can have a minimal client? > A pom like the following, with a spring e

Re: ActiveMQ client without Spring

2011-01-07 Thread Gary Tully
The spring dependencies are only used for the xbean spring xml configuration of the broker. A pom like the following, with a spring exclusion will do it: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.

ActiveMQ client without Spring

2011-01-06 Thread David Pollak
Howdy, I'm trying to add ActiveMQ to the client side of my application. I have a firm ban on anything Spring-related in my applications. So, I'm trying to figure out what I need to support JMS and to support connecting to my ActiveMQ broker and nothing else. When I use activemq-core, I get Spri