Actually, not even multicast - just something like

uncompress(Zip).to(file://tempDir).body(header("CamelFileName")).aggregate().sort().process(MoveFilesProcessor);


Vladimir Okhotnikov wrote:
> 
> First, you can wire tap (multicast) between uncompress and
> to(file://tempDir), extract the file names, aggregate and sort them, then
> move files according to this list one by one (with a more or less trivial
> processor) into source dir for the second route.
> 

-- 
View this message in context: 
http://www.nabble.com/Zip-format-problem-tp25723682p25766010.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to