MQCOMPRESS_* (Channel Compression)
See:
- HdrCompList and MsgCompList field
in Chapter 35 "Channel-exits calls and data structures" of the WebSphere MQ Intercommunication.
- HdrCompList and MsgCompList parameter
in the "Change, Copy, and Create Channel" command in the WebSphere MQ Programmable Command Formats and Administration Interface.
- HdrCompList and MsgCompList parameter
in "Channel attributes" in Appendix C "Event data for object attributes" in Monitoring WebSphere MQ.
MQCOMPRESS_NOT_AVAILABLE |
-1 |
X'FFFFFFFF' |
MQCOMPRESS_NONE |
0 |
X'00000000' |
MQCOMPRESS_RLE |
1 |
X'00000001' |
MQCOMPRESS_ZLIBFAST |
2 |
X'00000002' |
MQCOMPRESS_ZLIBHIGH |
4 |
X'00000004' |
MQCOMPRESS_SYSTEM |
8 |
X'00000008' |
MQCOMPRESS_ANY |
268435455 |
X'0FFFFFFF' |