Home
MsgCompList [16] (MQLONG)
Message data compression list.
The list of message data compression techniques which are supported by the channel.
The list contains one or more of the following:
Unused values in the array are set to MQCOMPRESS_NOT_AVAILABLE.
- 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.
This is an input field to the exit. The field is not present if Vis less than MQCD_VERSION_8.
Parent topic:
Fields
ic18860_
Home