Download camel-jms-2.17.0.jar file - Jar c

Jar examples for c:camel-jms

Description

The jms component allows messages to be sent to (or consumed from) a JMS Queue or Topic.

You can download jar file camel-jms 2.17.0 in this page.

License

Apache License

Build File

You can use the following script to add camel-jms-2.17.0.jar to your project.

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

Download

Click the following link to download the jar file.

camel-jms-2.17.0-javadoc.jar
camel-jms-2.17.0-sources.jar
camel-jms-2.17.0.jar
camel-jms-2.17.0.pom



Related Tutorials