문제

Is there any way to disable the paramater "transport.vfs.ActionAfterProcess" in VFS Proxy in WSO2 ESB? In my case I don't want the file to be moved or deleted.

How can i do this?

I tried not to include the "transport.vfs.ActionAfterProcess" parameter, but I think it has a default value so the file still moved or deleted.

도움이 되었습니까?

해결책

The solution to this is to have the file moved back to the same directory, but if you have a polling system where you constantly check the input directory for new files, then you could have the processed filed saved with a different naming convention that would be filtered when files are taken in for processing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top