MESSAGE_COMPRESSION_PROPERTY

 

public final static java.lang.String

WebSphere MQ Java™ environment key for specifying compression techniques (in order of preference) to be applied to message data. The corresponding value must be of type java.util.Collection. The following compression technique options are valid:

MQCOMPRESS_NONE MQCOMPRESS_RLE MQCOMPRESS_ZLIBFAST MQCOMPRESS_ZLIBHIGH.

This property overrides MQEnvironment.msgCompList.


uj15800_