make sure your C program can handle the RFH2 header
does it mean a C program has to parse the header everytime it receives msg from a JMS application? I don't see any MQRFH2 related code in the JMS program.
The JMS API handles all those details.
If you know that the reply to queue is for a non JMS application send it in form of a JMS destination specifying targetClient=1 This will strip the JMS header....
As a rule your return message should be in the format the sent message was. So if you didn't get a JMS message don't send a JMS message in return.
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