Hi,
I need to set name value pairs to the MQ Message apart from payload, probably as a header information. But my scenario is not a MQ JMS Mapping. I'm using com.ibm.mq API to send and receive messag ...
I have gone through the entire API, I found something RFH2 header.
But I did not find any code snippet or description about how I can create and attach this header to my payload.
I'm using IBM MQ using Java API to send the messages. But I need to add string name value pairs to the message header. As my request message is going to be a plain raw xml, some how I need to set the ...