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

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

  •  12-12-2019
  •  | 
  •  

Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top