Author |
Message |
Topic: Updates to MQRFH2 Header from ComputeNode are ignored |
IQ Solutions
Replies: 2 Views: 3887
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 20, 2009 6:51 am Subject: Updates to MQRFH2 Header from ComputeNode are ignored |
I have the following ESQL in a Compute Node to add the MQRFH2 Header, and set the properties so that a JMS client will interpret the message as JMSText.
CREATE PROCEDURE AddMQRFH2Header() ... |
Topic: How to make Test Client add MQRFH2 Header to test message |
IQ Solutions
Replies: 10 Views: 7064
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 20, 2009 6:31 am Subject: How to make Test Client add MQRFH2 Header to test message |
Thx for all the suggestions.
Unfortunately it looks like I have to include code to create the MQRFH2 structure if it doesn't exist, even though this is only occurrs when running a test using the WM ... |
Topic: How to make Test Client add MQRFH2 Header to test message |
IQ Solutions
Replies: 10 Views: 7064
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 19, 2009 10:25 am Subject: How to make Test Client add MQRFH2 Header to test message |
You can add RFH headers using WMB, is that what you are trying to do?
I expect the client application to send these headers, so I don't want to write code that is only used in a test scenario.
T ... |
Topic: How to make Test Client add MQRFH2 Header to test message |
IQ Solutions
Replies: 10 Views: 7064
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 19, 2009 6:42 am Subject: How to make Test Client add MQRFH2 Header to test message |
Which test client? The 6.0 test client? Or the 6.1 Test client?
I'm using v6.1 of the Broker Toolkit, so I assume thats the version of the Test Client. |
Topic: How to make Test Client add MQRFH2 Header to test message |
IQ Solutions
Replies: 10 Views: 7064
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 19, 2009 6:38 am Subject: How to make Test Client add MQRFH2 Header to test message |
I need my message to contain the MQRFH2 header. Is there any way to make the Test Client add this header when it puts a test message on the Input Queue? |
Topic: How Do I Get Original Message As Raw Data |
IQ Solutions
Replies: 2 Views: 2045
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 18, 2009 6:31 am Subject: How Do I Get Original Message As Raw Data |
My MQInput Node parses the incoming message into an MRM.
If my Mapping Node fails for some reason, I want to catch the error, then create a new message for a REJECT Queue, which includes both the E ... |