Said in Spring Integration documentation.a transformer may be used to add, remove, or modify the Message's header values
I find header-enricher, header-filter namespace support for add and remove but no header-transfer for modification.
The oddest behavior of header-enricher is that it doesn't allow to change an existent header.
What is suitable solution except definition of a transformer class with a method that have Message return type?



Reply With Quote
