Jethro Bakker opened SWS-375 and commented
We are using the WebserviceMessageListener and I would like to log the header attributes (like correlationId and replyTo) of the incomming and outgoing JMS messages.
I can log the header values of incomming messages by extending the WebserviceMessageListener but the response messages are created within the spring ws framework.
It would be nice if you can manipulate, or log the JMS Message before it is send by the message producer.
Possible solution: Add callback functionality to the JmsReceiverConnection
Referenced from: commits e2e9456
3 votes, 4 watchers