On Tue, Dec 10, 2013 at 11:45 AM, Claire <[email protected]> wrote: > Hi, > > The files are in same dir but different sub-dir. I have two files (one is > inside D:\input\type1 and another one is isnide D:\input\type2). I can read > that two files using recursive option (thanks to you) but I want to modify > content of those file after i read. how can I achieve that? >
I suggest to get familiar with some of the EIPs http://camel.apache.org/eip You can use message translator to change the message content / body http://camel.apache.org/message-translator.html > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Read-Multiple-files-or-using-concurrent-consumers-in-one-route-tp5744545p5744557.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
