1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
+1 vote
485 views
by brandon-w-8204 (34.1k 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:

by brandon-w-8204 (34.1k points)
...