Hi,
In a SOAP over JMS setting using CXF 2.6.9, I have to copy non-standard JMS
headers from the request to the response (on the server side). Unfortunately, I
cannot find any documentation or hints on how to do that. I looked at the
implementation of JMSDestination, where it looks as if I cannot do this at all.
Ideally, I'd use an interceptor. Can anyone help?
Background: our enterprise service bus uses several connected "ESB clusters"
and requires that all responses in a web service via SOAP over JMS MUST contain
a certain set of custom-made JMS headers (e.g., "com_myenterprise_esb_state")
copied 1-to-1 from the request. This requirement is not negotiable.
We are using CXF 2.6.9, Websphere MQ 7.0.1.3, JBoss EAP 6.1.
Many thanks!