![JAR search and dependency download from the Maven repository](/logo.png)
akarta.jms-api.3.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jakarta.jms-api Show documentation
Show all versions of jakarta.jms-api Show documentation
Jakarta Messaging describes a means for Java applications to create, send,
and receive messages via loosely coupled, reliable asynchronous communication services.
The newest version!
module jakarta.messaging {
// Optional for jakarta.annotation.Resource javadoc refs
requires static jakarta.annotation;
// Optional for XA* classes
requires static transitive java.transaction.xa;
exports jakarta.jms;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy