Supporting Native mode of IBM MQ

If you are using IBM MQ as your JMS server, IBM MQ supports these modes:

  • Native mode.
  • JMS compliant mode.

The default mode in ION is the JMS compliant mode. In order to support the native mode, an extra parameter is needed while specifying the queue configuration. This parameter changes the TextMessages of MQRFH2 format to simple MQSTR format.

To support the native mode of IBM, specify the name as:

queue:///<<queue_name>>?targetClient=1

Queue names specified as part of default read/ write queue in the connection properties tab and individual queues specified in the documents tab must adhere to this format.