Hi Adam,
ActiveMQ doesn't have separated client as the client can embed the
broker. What you need for starters is activemq-core module (and it's
dependencies). The easiest is to use maven and have it included in
your project like this:
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>5.4.2</version>
</dependency>
Cheers
--
Dejan Bosanac
-----------------
FuseSource - The experts in open source integration and messaging.
Email: [email protected]
Web: http://fusesource.com
Twitter: http://twitter.com/dejanb
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
On Wed, Jan 5, 2011 at 2:51 PM, Adam Kaminiecki <[email protected]> wrote:
> Hi,
>
> Can anybody help me what is the latest version of java client? and from
> where I can download it?
>
>
> Regards,
> Adam
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>