Hi, I'd be surprised if a thread was started for every file. By default the file consumer is using a thread pool of size 1.
Anyway you can customize this by specifying a ScheduledExecutorService on the endpoint (e.g. ftp://.....&scheduledExecutorService=#myExecutorService) where myExecutorService is a threadPoolProfile which you specify on the CamelContext. See http://camel.apache.org/threading-model.html for details. Regards, Richard On Wed, Feb 5, 2014 at 5:23 AM, Chirag Dewan <chirag.dewa...@yahoo.in>wrote: > Hi All, > > Any views on this? > > BR, > > Chirag > >