Download jms-3.0-M1.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 3.0-M1 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

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

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

Download

Click the following link to download the jar file.

jms-3.0-M1-sources.jar
jms-3.0-M1.pom



Related Tutorials