Jar examples for j:jms
The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
You can download jar file jms 3.0.0 in this page.
CDDL + GPLv2 with classpath exception
You can use the following script to add jms-3.0.0.jar to your project.
<dependency> <groupId>org.apache.karaf.jms</groupId> <artifactId>jms</artifactId> <version>3.0.0</version> </dependency>
compile group: 'org.apache.karaf.jms', name: 'jms', version: '3.0.0'
libraryDependencies += "org.apache.karaf.jms" % "jms" % "3.0.0"
<dependency org="org.apache.karaf.jms" name="jms" rev="3.0.0"/>
@Grapes(@Grab(group='org.apache.karaf.jms', module='jms', version='3.0.0'))
'org.apache.karaf.jms:jms:jar:3.0.0'
Click the following link to download the jar file.
jms-3.0.0-sources.jar