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 (i.e. javax.jms:javax.jms-api:2.0.1
in the Maven repo), but none that I could find are automatic modules, i.e. none of them have Automatic-Module-Name
in their manifest.
Is there a JMS JPMS module available? If so, where?