On Thu, Dec 16, 2010 at 9:28 AM, Andreas A. <[email protected]> wrote: > > If I use receiveNoWait() no files will be downloaded from the ftp, maybe > because the the ftp component doesn't have time to login to the ftp? > --
Ah yeah that is correct, there is no wait :) That works better if you poll messages from a queue and the message is already there waiting for you. > View this message in context: > http://camel.465427.n5.nabble.com/Using-ConsumerTemplate-to-fetch-files-tp3304671p3307566.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
