Remove JMS MQRFH2 header programatically
Hi,
I'm connecting a JMS sender to a WebSphere MQ, and I'm sending messages to a non-JMS application.
I don't have access to change the receiver part so I have to do something on "my side".
JMS sender is configured from a generated xml and is using javax.jms.QueueSender with ibm mq implementation.
How can I set target client to "MQ" inside of my java program or what do I have to mention in configuration xml of JMS in order to not send the RFH header?
Thank you

