This rule flags Java code that has references to the javax.jms package.
This rule also flags the following references in the application.xml, ejb-jar.xml, and web.xml files:
<res-type>javax.jms.ConnectionFactory</res-type><res-type>javax.jms.QueueConnectionFactory</res-type><res-type>javax.jms.TopicConnectionFactory</res-type>The Java Message Service (JMS) is supported in all WebSphere Application Server editions except Liberty Core. If your application is deployed to Liberty, you must enable the wasJmsServer-1.0 or wasJmsClient-1.1 feature. If your application uses Message-Driven Beans, you must also enable the jmsMdb-3.1 feature.