Author |
Message |
Topic: MQ Message has MQRFH2 Header that we dont want |
aidanmcg33
Replies: 12 Views: 9812
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 18, 2013 12:11 pm Subject: mqrfh2 header |
Not setting anything other than the properties listed and the open/put options. Everything else is basic connecting and putting.
I don't have access to the mqrfh2 header so cannot tell you what insi ... |
Topic: MQ Message has MQRFH2 Header that we dont want |
aidanmcg33
Replies: 12 Views: 9812
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 18, 2013 12:01 pm Subject: mqrfh2 header |
I dont know what QM is being used but I do know it's version 7.
With regards to the message I'm setting the applicationIdData string and the format to "MQSTR " |
Topic: MQ Message has MQRFH2 Header that we dont want |
aidanmcg33
Replies: 12 Views: 9812
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 18, 2013 11:53 am Subject: mqrfh2 header |
I have gone through loads of results but they all reference JMS code. I am not using JMS
My queue instance is com.ibm.mq.MQQueue
and my message instance is com.ibm.mq.MQMessage |
Topic: MQ Message has MQRFH2 Header that we dont want |
aidanmcg33
Replies: 12 Views: 9812
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 18, 2013 11:26 am Subject: mqrfh2 header |
I must be blind because ive been searching it for a couple of hours now and cant find a solution that references an application & solution not using jms. |
Topic: MQ Message has MQRFH2 Header that we dont want |
aidanmcg33
Replies: 12 Views: 9812
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 18, 2013 9:59 am Subject: MQ Message has MQRFH2 Header that we dont want |
We are using mq7 with a java sender. We are not using jms.
The message gets sent and the client cannot receive it because it has a mqrfh2 header. how can the header be removed before the message is ... |