Download activemq-3.2.jar file - Jar a

Jar examples for a:activemq

Description

ActiveMQ is an open source JMS 1.1 implementation designed for easy deployment in Geronimo

You can download jar file activemq 3.2 in this page.

License

Apache License

Build File

You can use the following script to add activemq-3.2.jar to your project.

<dependency>
   <groupId>activemq</groupId>
   <artifactId>activemq</artifactId>
   <version>3.2</version>
</dependency>
compile group: 'activemq', name: 'activemq', version: '3.2'
libraryDependencies += "activemq" % "activemq" % "3.2"
<dependency org="activemq" name="activemq" rev="3.2"/>
@Grapes(@Grab(group='activemq', module='activemq', version='3.2'))
'activemq:activemq:jar:3.2'

Download

Click the following link to download the jar file.

activemq-3.2.jar
activemq-3.2.pom



Related Tutorials