JMS_IBM_REPORT_COA
- Data type:
- System.Int32
- Property of:
- Message
Request 'confirm on arrival' report messages, specifying how much application data from the original message must be included in a report message.
The valid values of the property are as follows:These values correspond to report options that can be specified in the Report field of a message descriptor. For more information about these options, see Report (MQLONG).
Valid value Meaning MQRO_COA Request 'confirm on arrival' report messages, with no application data from the original message included in a report message. MQRO_COA_WITH_DATA Request 'confirm on arrival' report messages, with the first 100 bytes of application data from the original message included in a report message. MQRO_COA_WITH_FULL_DATA Request 'confirm on arrival' report messages, with all the application data from the original message included in a report message. By default, the property is not set.