com.collation.platform.model.topology.enums
Interface MQMessageCompressionEnum
- All Superinterfaces:
- Enumeration
public interface MQMessageCompressionEnum
- extends Enumeration
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
OTHER
static final int OTHER
- See Also:
- Constant Field Values
COMPRESS_NONE
static final int COMPRESS_NONE
- See Also:
- Constant Field Values
COMPRESS_RLE
static final int COMPRESS_RLE
- See Also:
- Constant Field Values
COMPRESS_ZLIB_FAST
static final int COMPRESS_ZLIB_FAST
- See Also:
- Constant Field Values
COMPRESS_ZLIB_HIGH
static final int COMPRESS_ZLIB_HIGH
- See Also:
- Constant Field Values
COMPRESS_ANY
static final int COMPRESS_ANY
- See Also:
- Constant Field Values