I am trying to download a large amount of files from an smb:// endpoint and
I would like the file consumption to be as fast as possible - meaning I
would like to download and process as many files as possible, for example
polling for 2000 files instead of whatever the default polling value in
Camel
Zoran, thank you for your reply.
I have already tried adding "threads()", as mentioned above.
Or do you suggest splitting this as in:
"from("smb").threads(10).to("direct:foo")
from("direct:foo").to (...) //rest of route
But I don't know how this could improve the throughput.
The rest of the rout