How does the file inbound channel adapter function in clustered environment? can multiple instances pick the same file.
If we use LockFileFileListFilter, will multiple instances try to get a lock on the same file.
We observed that the filterFiles in AbstractFileListFilter , prepares a list of accepted files before trying to lock individual file, so in such scenario how would it be handled if multiple clusters are running in parallel and get the same file list.
Any thoughts?
Thanks
Srinivas


Reply With Quote

