Hi,
I am new to spring integration. We are currently using commons-vfs to download the files from the FTP servers and sometimes we need to download more than 20 files. Right now the downloading of files will happen in sequential meaning in a single thread. Is spring integration provides any features to download it in multiple threads? It will drastically reduces the time taken by our batch jobs.
regards,
Ram


Reply With Quote
