MQ JMS is a set of Java classes that enables JMS applications using WebSphere MQ as the messaging provider.
The JMS API is an open standard API for sending and receiving messages. It allows components based on Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. Using this standard makes your MQ applications more portable and allows your MQ applications to utilize different JMS implementations for different circumstances. In MQ JMS, both the point-to-point and publish-subscribe distribution of messages are supported unlike MQ, which is limited to point-to-point.
This section leads you through the generation of an MQ JMS import and export binding.