Zip File DataFormatPage added by Daniel GredlerThe Zip File Data Format is a message compression and de-compression format. Messages can be marshalled (compressed) to Zip files containing a single entry, and Zip files containing a single entry can be unmarshalled (decompressed) to the original file contents. This data format supports ZIP64, as long as Java 7 or later is being used. MarshalIn this example we marshal a regular text/XML payload to a compressed payload using Zip file compression, and send it to an ActiveMQ queue called MY_QUEUE. from("direct:start").marshal().zipFile().to("activemq:queue:MY_QUEUE");
Change Notification Preferences
View Online
|
Add Comment
|
- [CONF] Apache Camel > Zip File DataFormat confluence
- [CONF] Apache Camel > Zip File DataFormat confluence
- [CONF] Apache Camel > Zip File DataFormat confluence
- [CONF] Apache Camel > Zip File DataFormat confluence
- [CONF] Apache Camel > Zip File DataFormat confluence
