Hello,
My current gateway follows a publish-subscribe-channel which adds SEQUENCE_SIZE, SEQUENCE_NUMBER and CORRELATION_ID Message headers tto the messages in its request-channel. After the gateway, I would like to group the messages back together using an aggregator and the headers that were added earlier.
Is there a way of copying header values from a request message sent to a gateway (http:outbound-gateway) so that they may be added to the reply message afterwards?


Reply With Quote