Download camel-jms-2.17.3.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.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials