Channel compression in IBM MQ classes for Java
问题 How can I implement a data compression plan other than RLE,ZLIBFAST or ZLIBHIGH for channel compression in IBM MQ using Java classes? There are several algorithms like Lempel,DEFLATE and Huffman coding for data compression.Can I use these algorithms for my implementation? 回答1: I would strongly suggest you use the builtin compress features because otherwise you will need to write send and receive exits for MQ. You will need above average programming skills and a very strong knowledge of MQ to