Download servicemix-jms-3.2.3.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.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials