Posted: Wed May 24, 2006 2:15 pm Post subject: Mapping node converts text msg to RFH msg...how to avoid?
Newbie
Joined: 24 May 2006 Posts: 1
Not sure whether this is a workflow or API issue...but here goes.
I have an MQInput and an MQOutput connected by a Mapping node. JMS Text msgs are put on the MQInput and transformed by the mapping node into another text format. The problem is, once it gets to the output, the msg is no longer an MQSTR but an MQRFH. I need to read the data using a C++ API. I've used both the XMS and MQ APIs in C++ and neither can read the text data b/c the format of the message is no longer in text. Curiously, the C# API doesn't seem to have this issue.
Is there any way to read the text from an MQRFH message, or avoid the msg flow from changing the MQSTR into an MQRFH?
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