Download activemq-ra-4.1.1.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 4.1.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

activemq-ra-4.1.1-sources.jar
activemq-ra-4.1.1.jar
activemq-ra-4.1.1.pom



Related Tutorials