简体   繁体   中英

Is there a JMS module for Java 9 JPMS?

While playing around with the Java 9 Platform Module System (JPMS), I couldn't find a module containing the javax.jms package.

Replacements for deprecated JPMS modules with Java EE APIs lists replacements for several JEE APIs, but not JMS. Several jars are available containing this package (ie javax.jms:javax.jms-api:2.0.1 in the Maven repo), but none that I could find are automatic modules , ie none of them have Automatic-Module-Name in their manifest.

Is there a JMS JPMS module available? If so, where?

There is not a JPMS module for the Java EE JMS API, but you might be able to use it as an automatic module even if it doesn't have the Automatic-Module-Name in its manifest.

There won't ever be a proper JPMS module for the Java EE JMS API, but there may someday be a JPMS module for the Jakarta EE version of the JMS API (Jakarta EE is the successor to Java EE).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM