Hi
I have to scenario where i am creating file name based on the payload field ( Date/time), theni have to pick up the files based on the File Name :
Ex: 0212200910:01:02
0212200910:01:03
0212200910:01:01
then the sender adapter should pick up the file 0212200910:01:01 file first and 0212200910:01:02 second
0212200910:01:03 third ...
the sender adater pick up files based on file name i.e Timestamp
how to achieve that