I have a business requirement to retrieve and process approx 4000 files per
day, each up to 5MB in size.  I would envision using the FTP2 to do a
schedule polling and then passing the each file through a number of
processor completing at an end point.  But I have concerns that this would
be a synchronous process such that the next file would not be processed
until the previous file was processed fully to the end point.  Is the FTP2
component synchronous only?

If my assumption is correct, it would seem that I might need to instead
implement a seda solution, where the first step is simply to put the
filename to a seda queue, and then asynchronous processing could ebing from
there.


-- 
View this message in context: 
http://camel.465427.n5.nabble.com/is-FTP2-asynchrounus-tp3261083p3261083.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to