Hi everybody;
Actually i'm using an int:service-activator which calls a java method in order to delete a txt file. This solution is not elegant and I would like do the deletion without use any java class, something like:
is it possible to do something like that?Code:<file:something id="delFile" channel="toDel" directory="path" delete-source-files: "true"/>
Thanks!


Reply With Quote