I am developing a small flow to delete messages from a particular directory.
I couldnt find a option to achive that using file inbound and outbound adaptors or i am missing some thing very simple.
I am developing a small flow to delete messages from a particular directory.
I couldnt find a option to achive that using file inbound and outbound adaptors or i am missing some thing very simple.
or in other words how to delete a message which is read through a file inbound adaptor?.
Couldn't you just implement a FileTransformer, and set the deleteFiles property so the files are then deleted after transformation?
Thanks and looks like a solution.