Download servicemix-jms-3.2.1.jar file - Jar s

Jar examples for s:servicemix-jms

Description

JBI compliant JMS binding component for reading and writing JMS messages using queues and topics.

You can download jar file servicemix-jms 3.2.1 in this page.

License

Apache License

Build File

You can use the following script to add servicemix-jms-3.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

servicemix-jms-3.2.1-javadoc.jar
servicemix-jms-3.2.1-sources.jar
servicemix-jms-3.2.1.jar
servicemix-jms-3.2.1.pom



Related Tutorials