Posted: Tue Jan 03, 2006 9:02 am Post subject: Java-MQ - setting MQRFH header off - how to ?
Newbie
Joined: 03 Jan 2006 Posts: 4
Hi guys,
Quick question, I'm trying to get rid off the RFH header in the message body.
Here's some info:
My queue is a model queue (dynamic temporary queue)
I'm sending TextMessage to the model queue via JMS
I'm setting the targetClient to NONJMS_MQ :
Code:
private int _targetClient = JMSC.MQJMS_CLIENT_NONJMS_MQ;
And
Code:
package com.ibm.mq.jms;
public interface JMSC
{
...
int MQJMS_CLIENT_NONJMS_MQ = 1;
...
}
Some web sites say that MQRFH2 is optional, can be turned off with a flag and JMS admin tool. But, I don't think it is working in my case since I'm using a temp. dynamic model queue.
I only need a quick way to send a TextMessage WITHOUT RFH HEADER to a queue created by an MQ temp. dynamic model queue
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum