PutMsgRecFields (MQLONG)

We can specify none or more of the following flags:

    MQPMRF_MSG_ID
    Message-identifier field is present.

    MQPMRF_CORREL_ID
    Correlation-identifier field is present.

    MQPMRF_GROUP_ID
    Group-identifier field is present.

    MQPMRF_FEEDBACK
    Feedback field is present.

    MQPMRF_ACCOUNTING_TOKEN
    Accounting-token field is present.

If no MQPMR fields are present, specify the following:

    MQPMRF_NONE
    No put-message record fields are present. MQPMRF_NONE is defined to aid program documentation. It is not intended that this constant be used with any other, but as its value is zero, such use cannot be detected.

The initial value of this field is MQPMRF_NONE.

Parent topic: Fields for MQDH