Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

remove RFH2 header from MQ JMS message using java API

843830Jul 2 2003 — edited May 3 2007
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2007
Added on Jul 2 2003
5 comments
6,063 views