|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
publication node error |
« View previous topic :: View next topic » |
Author |
Message
|
rkford11 |
Posted: Thu Dec 23, 2004 9:10 am Post subject: publication node error |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
when the message goes to the publication node, it gives me the following error.
(BROKER:default)Requested response cannot be sent for non-RFH message.
A message requesting a response was received by the Publish/Subscribe Service. In order to send a response, the Publish/Subscribe Service requires that the message contains an RFH or RFH2 format header. The received message contained neither.
Ensure that the message was placed on the correct queue for the required message flow. If the correct queue was used, ensure that the message sent for this operation has an RFH or RFH2 header, or ensure that the report options in the message descriptor are set so that a response is not requested.
please let me know the way to avoid this.
Thanks |
|
Back to top |
|
 |
JT |
Posted: Thu Dec 23, 2004 9:34 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
please let me know the way to avoid this |
The answer is right there.
Quote: |
Ensure that the message was placed on the correct queue for the required message flow. If the correct queue was used, ensure that the message sent for this operation has an RFH or RFH2 header, or ensure that the report options in the message descriptor are set so that a response is not requested.
|
If you want to avoid the error, do as recommended by ensuring there is a RFH2 header attached to your message and that the MQMD identifies that the RFH2 header is present (MQFMT_RF_HEADER_2). |
|
Back to top |
|
 |
sieijish |
Posted: Thu Dec 23, 2004 10:00 am Post subject: |
|
|
Acolyte
Joined: 29 Nov 2004 Posts: 67 Location: London
|
SET OutputRoot.MQRFH2 = NULL;
SET OutputRoot.MQRFH2.(MQRFH2.Field)Format
SET OutputRoot.MQRFH2.(MQRFH2.Field)CodedCharSetId
SET OutputRoot.MQRFH2.(MQRFH2.Field)NameValueCCSID
SET OutputRoot.MQRFH2.psc.Topic
Set proper values for the above RFH2 fields. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|