Question
· Jul 14, 2017

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

Discussion (3)1
Log in or sign up to continue