> Otherwise its hard for our end users > to know such functionality exists.
Is there any particular reason to provide separated splitter in camel-core instead of enhancing existing ZipFile Data Format? Am I missing something? :) The following snippet would look just perfect for me... from(...).unmarshal().zipFile().split(body(Iterable.class)).to(...) In my humble opinion ZipFile data format is responsible for handle ZipEntry streams, so we shouldn't create ZipSplitter in camel-core but rather improve existing ZipFile code. Best regards. -- Henryk Konsek http://henryk-konsek.blogspot.com