Options (MQLONG)
Message handle to buffer options structure - Options field
These options control the action of MQMHBUF.
We must specify the following option:
- MQMHBO_PROPERTIES_IN_MQRFH2
- When converting properties from a message handle into a buffer, convert them into the MQRFH2 format.
Optionally, we can also specify the following option. To specify more than one option, either add the values together (do not add the same constant more than once), or combine the values using the bitwise OR operation (if the programming language supports bit operations).
- MQMHBO_DELETE_PROPERTIES
- Properties that are added to the buffer are deleted from the message handle. If the call fails no properties are deleted.
This is always an input field. The initial value of this field is MQMHBO_PROPERTIES_IN_MQRFH2.
Parent topic: Fields for MQMHBO