I am missing a part which Camel instructs to collect the exchanges and not
to process every for its own ...

Jan

> -----Ursprüngliche Nachricht-----
> Von: alex [mailto:alex.koe...@gmx.de]
> Gesendet: Freitag, 20. Dezember 2013 16:39
> An: users@camel.apache.org
> Betreff: Zipping multiple files to one Zip-File
> 
> Dear Community,
> 
> I'm new to Camel (2.12.0) and like it very much. I'm trying to build a
> zip route which handles a lot of PDF-Files and zip them all together to
> one Zip-File. No success so far :-(
> 
>         from("direct:zip")
> 
>       .from("file:c:/temp/camel/batch/result?move=.moved&include=.*pdf"
> )
>               .marshal().zipFile()
> 
>       .to("file:c:/temp/camel/batch/result/zip?fileName=${file:name}");
> 
> at the end, i'm getting one zip for every pdf file.
> Is my approach completely wrong?
> Best regards
> Alex (from Germany)
> 
> 
> 
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Zipping-multiple-files-to-one-Zip-
> File-tp5745128.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to