我正在使用 VFS 端点写入带有 WSO2 ESB 的单个文件。但这确实每次都会覆盖文件。如何配置端点以附加内容?或者这个功能是否存在?
<inSequence>
<log level="full"/>type="STRING"/>
<property name="transport.vfs.ReplyFileName" expression="myOutputFile.txt" scope="transport" type="STRING"/>
<send>
<endpoint>
<address uri="vfs:file://C:/MyOutputDirectory"/>
</endpoint>
</send>
</inSequence>
(我的内容是文本/纯文本)