We are using IBM MQ as the JmsProvider
I am seeing things are JMS Properties in the payload
JMSMessage class: jms_text
JMSType: null
JMSDeliveryMode: 2
JMSExpiration: 0
JMSPriority: 4
JMSMessageID: null
JMSTimestamp: 0
JMSCorrelationID: null
JMSDesti
Is this something to do with SOAP over JMS spec that you put them in the payload itself?
What I am trying to do is put the raw message in the queue as our server is custom and really only needs
the body
I have interceptors which strip out the soap envelope/body but these properties are coming across in the payload?
Is this MQ issue?
Does CXF do this prior to send?
Can i intercept and strip?
Thanks
Sent from iCloud
