Download activemq-broker-5.9.1.jar file - Jar a

Jar examples for a:activemq-broker

Description

Apache ActiveMQ v5 integration into geronimo. This module starts an activemq broker embedded in geronimo.

You can download jar file activemq-broker 5.9.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

activemq-broker-5.9.1-javadoc.jar
activemq-broker-5.9.1-sources.jar
activemq-broker-5.9.1-tests.jar
activemq-broker-5.9.1.jar
activemq-broker-5.9.1.pom



Related Tutorials