- Data type:
- xmsINT
- Property of:
- Destination
This property
determines whether a XMS application can extract the values of MQMD
fields or not.
The valid values for this property are:
- XMSC_WMQ_READ_ENABLED_NO
- When sending messages, the JMS_IBM_MQMD* properties on a sent
message are not updated to reflect the updated field values in the
MQMD.
- When receiving messages, none of the JMS_IBM_MQMD* properties
are available on a received message, even if the sender had set some
or all of them.
- XMSC_WMQ_READ_ENABLED_YES
- When sending messages, all of the JMS_IBM_MQMD* properties on
a sent message are updated to reflect the updated field values in
the MQMD, including those that the sender did not set explicitly.
- When receiving messages, all of the JMS_IBM_MQMD* properties are
available on a received message, including those that the sender did
not set explicitly.
By default this property is set to XMSC_WMQ_READ_ENABLED_NO.