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.
MQCOMPRESS_ANY
Any compression technique supported by the queue manager can be used for message compression. MQCOMPRESS_ANY is only valid for receiver, requester, and server-connection channels.
MQCOMPRESS_NOT_AVAILABLE
Unused values in the list are set to this value.

This is an input field to the exit. The field is not present if Version is less than MQCD_VERSION_8.