Message type in MQ header given by WM MQ adapter is incorrect

Hi all,

I got an issue with WM MQ adapter.
We have

  1. MQ connection
  2. MQ listener
  3. MQ listener notification.
  4. Service to receive the publish document from MQ listener notification.

Usually if the value of message type in the MQ header is equal to datagram (8) or report (4), the publish document will give the correct message type. However when the value of message type in the MQ header is equal to APPL_LAST (999999999), the publish document will set the message type value to datagram which is not the same as the original message type. We need to pass the original message type to a target system, because the target system uses message type in message header as a value to process.

If anyone experienced this kind of incorrect message type in WM MQ adapter, your suggestion would be highly appreciated.

Is there any work around on this? Please let me know.

Thanks in advance,

Jay

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.