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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create and start a JMS connection.
Upgrade to a newer version of the JMS API, such as jakarta.jms-api.
No dependency data recorded yet.