JMS: changes to PROVIDERVERSION property

The JMS PROVIDERVERSION property selects whether a Java application publishes and subscribes using the queued command message interface, or the integrated call interface. For IBM® MQ 8.0 in addition to normal mode and migration mode, you can also select normal mode with restrictions.

For IBM MQ 8.0, you can set the connection factory PROVIDERVERSION property to any of the following values:
8 - normal mode
The JMSapplication uses normal mode. This mode uses all the features of an IBM MQ queue manager to implement JMS.
7 - normal mode with restrictions
The JMS application uses normal mode with restrictions. This mode uses the JMS 2.0 API, but not the new features such as shared subscriptions, delayed delivery, or asynchronous send.
6- migration mode
The JMS application uses migration mode. In migration mode, the IBM MQ classes for JMS use the features and algorithms similar to those that are supplied with IBM WebSphere® MQ 6.0.
unspecified (the default value)
The JMS client uses an algorithm to determine which mode of operation is used.