Hello, all!
I need remove the RFH2 header for the MQ JMS message using Java API. I know what method to call, but I don't know what to pass to it as a parameter. I need to make the following call:
((MQQueue)queue).setTargetClient ( someTargetClientIntConstant );
This method takes an
int
as a parameter, and that parameter must indicate that targetClient is MQ. However I cannot find what value of int will represent that targetClient.
Please help!
Thanks
Elana