Hello,

I like to do the move option dynamic  (with component file)

for example: 

                from("file:c:/inbox?move=d:/outbox/${in.headers.directory}")
                .setHeader("directory",constant("otherDirectory"))
                .to("file:/d:/outbox/done/");


But it doesn't work :(

How can i do this ?

Thanks for your help.

k1k.



--
View this message in context: 
http://camel.465427.n5.nabble.com/from-file-with-option-move-dynamic-tp5720564.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to