Download jms-1.1.jar file - Jar j

Jar examples for j:jms

Description

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 1.1 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

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

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

Download

Click the following link to download the jar file.

jms-1.1.pom



Related Tutorials