Registry / messaging / jms-api

jms-api

JSON →
library1.1-rev-1javamavenunverified

The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive, and read messages in enterprise messaging systems.

<dependency> <groupId>javax.jms</groupId> <artifactId>jms-api</artifactId> <version>1.1-rev-1</version> </dependency>
INSTALL
IMPORT
SIG · JMS-API
J
jms-api
messagingjavav1.1-rev-1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connection
javax.jms.Connection

Shows how to create and start a JMS connection.

import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.JMSException; public class Example { public void createConnection(ConnectionFactory factory) throws JMSException { Connection connection = factory.createConnection(); connection.start(); } }
Debug
Known issues
breakingJMS API version 1.1 is outdated; consider using JMS 2.0 (javax.jms) or Jakarta Messaging.
fix
Upgrade to a newer version of the JMS API, such as jakarta.jms-api.
affects: <=1.1-rev-1
Upgrade
Version history
1.1-rev-1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
jms-api — mvn dependency:get jms-api · libregistry