Re: Seperate client from activemq jar

2008-04-30 Thread Dejan Bosanac
Thanks Nigel, something like this is needed. We just have to translate it to maven and integrate it with an amq assembly process. Cheers -- Dejan Bosanac www.scriptinginjava.net On Wed, Apr 30, 2008 at 10:43 AM, Nigel Leck <[EMAIL PROTECTED]> wrote: > we use this script to extract just what we

Re: Seperate client from activemq jar

2008-04-30 Thread Nigel Leck
we use this script to extract just what we want and build it. hope it helps Dejan Bosanac wrote: Hi, in the client application you'll need only activemq-core jar file (and all its dependencies). I've just made an enhancement request to create lightweight jar for these purposes ( https://issues

Re: Seperate client from activemq jar

2008-04-30 Thread Dejan Bosanac
Hi, in the client application you'll need only activemq-core jar file (and all its dependencies). I've just made an enhancement request to create lightweight jar for these purposes ( https://issues.apache.org/activemq/browse/AMQ-1703). Cheers -- Dejan Bosanac www.scriptinginjava.net On Tue, Ap