You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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