Sidebar

FTP file pickup is slow on FTP source. How can I speed it up?

+1 vote
280 views
asked Apr 20, 2022 by brandon-w-8204 (33,270 points)
I have thousands of files on my ftp source. It is picking up one file every few minutes. How can I speed this up.

1 Answer

0 votes

The default for Camel is to get one file per Poll(listing the files). You can change this to get a set number of files per Poll or List:

maxMessagesPerPoll=???

This is set on the source node as a custom Apache Camel parameter:

answered Apr 20, 2022 by brandon-w-8204 (33,270 points)
...