ZipPage edited by Claus IbsenChanges (4)
Full ContentZipZip is a Data Format which uses the ZLIB compression library to marshal (Compress) and unmarshal (UnCompress) bytes.
The benefits of having this feature are the following:
from("direct:start").marshal().zip(Deflater.BEST_COMPRESSION).process(new ZippedMessageProcessor()); from("direct:start").marshal().zip().unmarshal().zip().process(new UnZippedMessageProcessor());
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|