I've tried the latter but without any success using the following code:
SET OutputRoot = InputRoot;
SET OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labelname = 'labelname';
SET OutputRoot.Properties.MessageSet = 'MsgSet';
SET OutputRoot.Properties.MessageType = 'MsgType';
SET OutputRoot.Properties.MessageFormat = 'MsgFormat';
RCD lets you override what you put on the MQInput Node where as setting it in the Compute node you are defining your output. Say for example you have a situation where you are receiving different messages into the same flow. You would define on your MQInput Node that it was BLOB and then check some field in the message for a particular value. Based on that value you would send it to a RCD, where you specify the MessageFormat, MessageType, and MessageSet. From there you would go about the normal processing of the message. I hope that helps.
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