Page Created :
CAMEL :
GZip data format
GZip data format has been created by Roman Kalukiewicz (Mar 20, 2009). Content:The GZip Data Format is a message compression and de-compression format. It uses the same deflate algorithm that is used in Zip Data Format OptionsThere are no options provided for this data format. MarshalIn this example we marshal a regular text/XML payload to a compressed payload employing gzip compression format and send it an ActiveMQ queue called MY_QUEUE. from("direct:start").marshal().gzip().to("activemq:queue:MY_QUEUE");
|
Unsubscribe or edit your notifications preferences