XMSC_WMQ_MQMD_READ_ENABLED

    Data type:
    System.Int32

    Property of:
    Destination

This property determines whether an 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 some or all of them are set by the sender.

    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 properties 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 properties that the sender did not set explicitly.

By default this property is set to XMSC_WMQ_READ_ENABLED_NO.

Parent topic: Property definitions