Ens.FileInboundAdapter consuming files in sequence order
Hello,
We need to consume files (right now using FileInboundAdapter) with a strict order.
Example:
File order will be A, B, C. Suppose A, B and C will be the names of the files.
Then B will never be consumed before A or after C.
How deal with this? Any idea?
Regards
Pool size = 1 should be enough.
Call stack:
FileSet query then sorts by filename in lowercase (with added whitespace in the beginning).
I thought you needed an alphabetical consumption. What order do you need?
You can get one of these fairly easy:
But Eduard, the file order is not alphabetical, I guess your solution is only for alphabetical consumption
Right?