I need to write a route which scans for files starts with batch and moves to destination directory.
from(file:source?delay=2000&antInclude=batch*&readLock=changed).to(file:destination);
After starting route, I have created a files in source directory with following names batchFile28845810.txt, batchFile.signed, batchFile.enc and found file is not moved to destination directory