Download activemq-ra-3.1-M6.jar file - Jar a

Jar examples for a:activemq-ra

Description

The ActiveMQ Java Connector Architecture Resource Adapter used to manage ActiveMQ connection when run inside a J2EE app server.

You can download jar file activemq-ra 3.1-M6 in this page.

License

Apache License

Build File

You can use the following script to add activemq-ra-3.1-M6.jar to your project.

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

Download

Click the following link to download the jar file.

activemq-ra-3.1-M6.jar
activemq-ra-3.1-M6.pom



Related Tutorials