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

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

  •  12-12-2019
  •  | 
  •  

Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top