Hi,
I have a general question regarding headers: what are the ways to add custom headers to a message?
The ones I know of:
- Header enricher: good only for adding headers with static values?
- Transformer: I'm using a transformer bean with a single method that accepts the Message interface. This is nice, but too coupled to Spring.
Are there any other ways?


Reply With Quote