XMSC_WMQ_TARGET_CLIENT
- Data type:
- System.Int32
- Property of:
- Destination
- Name used in a URI:
- targetClient
Whether messages sent to the destination contain an MQRFH2 header.
If an application sends a message containing an MQRFH2 header, the receiving application must be able to handle the header.
The valid values of the property are as follows:Valid value | Meaning |
---|---|
XMSC_WMQ_TARGET_DEST_JMS | Messages sent to the destination contain an MQRFH2 header. Specify this value if the application is sending the messages to another XMS application, a WebSphere JMS application, or a native WebSphere MQ application that is designed to handle an MQRFH2 header. |
XMSC_WMQ_TARGET_DEST_MQ | Messages sent to the destination do not contain an MQRFH2 header. Specify this value if the application is sending the messages to a native WebSphere MQ application that is not designed to handle an MQRFH2 header. |