I am using a JMS client. The queue is a IBM MQ. When I write data on the queue, it is added with the RFH header. How can I strip the RFH header. I cannot use IBM MQ apis.
Another way is using the queue URI attributes (http://www.ibm.com/support/knowledgecenter/api/content/nl/en-us/SSFKSJ_7.5.0/com.ibm.mq.dev.doc/q032240_.htm#q032240___q032240_4). The attribute targetClient controls whether to use RFH or native format.
targetClient
Queue queue = queueSession.createQueue("queue:///" + queueName + "?targetClient=1");
1.4m articles
1.4m replys
5 comments
57.0k users