Hi

What version of Camel.
And what happens? Where is the file moved?

Is the file picked up? Or do you see any error / exception etc?


On Thu, Oct 4, 2012 at 5:32 PM, k1k <ocal.ka...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to