Using file:outbound-channel-adapter in Spring Integration, can I append to an existing file

StackOverflow https://stackoverflow.com//questions/9668265

  •  12-12-2019
  •  | 
  •  

Question

We have an application that reads XML from a message queue and writes to a flat file. The naming convention we have to use for the flat file limits us to writing one file per second. This is dictated by a third party application.

Can I configure file:outbound-channel-adapter to allow me to append to file with the same name as generated by FilenameGenerator?

If so, how?

Was it helpful?

Solution

No, but you will be able to soon: https://jira.springsource.org/browse/INT-2668

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top