MsgCompList [16] (MQLONG)
This field specifies the list of message data compression techniques which are supported by the channel.
The list contains one or more of the following values:
- MQCOMPRESS_NONE
- No message data compression is performed.
- MQCOMPRESS_RLE
- Message data compression is performed using run-length encoding.
- MQCOMPRESS_ZLIBFAST
- Message data compression is performed using the zlib compression technique. A fast compression time is preferred.
- MQCOMPRESS_ZLIBHIGH
- Message data compression is performed using the zlib compression technique. A high level of compression is preferred.
Unused values in the array are set to MQCOMPRESS_NOT_AVAILABLE.
This is an input field to the exit. The field is not present if Version is less than MQCD_VERSION_8.