Accessing IBM MQ Message data from a IBM Message Service Client for .NET application
We can access the complete IBM MQ message data including the MQRFH2 header (if present) and any other IBM MQ headers (if present) within a IBM Message Service Client for .NET application as the body of a JMSBytesMessage.
The function described in this topic is available only when connecting to a IBM WebSphere MQ Version 7.0 or later queue manager and the IBM MQ messaging provider is in normal mode.
Destination object properties determine how the XMS application accesses the whole of an IBM MQ message (including the MQRFH2 header, if present) as the body of a JMSBytesMessage.
Parent topic: Mapping XMS messages onto IBM MQ messages