Message identifier options

Specify one of these options to control how the Message ID of the report message, or reply message, is to be set:

  • MQRO_NEW_MSG_ID: New message identifier.

    This is the default action. It indicates that if a report or reply is generated because of this message, a new Message ID is generated for the report or reply message.

  • MQRO_PASS_MSG_ID: Pass message identifier.

    If a report or reply is generated because of this message, then the Message ID of this message is copied to the Message ID of the report or reply message.

  • If this option is not specified, then MQRO_NEW_MSG_ID is assumed.

    When the Queue Manager generates a report message, it sets the Message ID field. This field is set in the way that is specified by the Report field of the original message. It uses MQRO_NEW_MSG_ID or MQRO_PASS_MSG_ID.