The RouteType class revealed that you're (still) using Camel 1.x. The file component in 1.x doesn't have a "initialDelay" option, instead you should use "consumer.initialDelay" (available since Camel 1.4). See http://camel.apache.org/file.html. The docs on http://camel.apache.org/file2.html are for Camel 2.x.
Tip: When asking questions on the mailing list it's always helpful to mention the Camel version you're using, especially if it isn't the most recent version. Also you might want to consider upgrading to Camel 2.x since Camel 1.x is no longer maintained. On Sun, Mar 20, 2011 at 3:21 AM, dead_devil_66 <deathdevi...@hotmail.com>wrote: > and yes, i tried by sequencing from and to in that manner but no success > > from("file:/home/echo66/data/inbox/?delete=true&initialDelay=1000") > .to("file:/home/echo66/data/outbox/"); > > -- > View this message in context: > http://camel.465427.n5.nabble.com/trying-several-parameters-of-FileComponent-tp4089201p4099794.html > Sent from the Camel - Users mailing list archive at Nabble.com. >