SET OutputRoot.Properties.MessageDomain = 'MRM';
SET OutputRoot.Properties.MessageSet = 'Your Message Set ID';
SET OutputRoot.Properties.MessageType = 'Your Message name';
SET OutputRoot.Properties.MessageFormat = 'Your Wire Format';
SET OutputRoot.MQMD.Format = 'MQHRF2 ';
SET OutputRoot.MQRFH2.(MQRFH2.Field)Format = 'MQSTR ';
CREATE LASTCHILD OF OutputRoot DOMAIN 'MRM' PARSE(InputRoot.BLOB.BLOB SET 'Your Message Set ID' TYPE 'Your Message Name' FORMAT 'Your Wire Format');
Thanks for your reply.
I dont want to parse my message to MRM.
When i dont have MQRFH2 header my blob message was automatically converted into MRM when writting into the queue. In the same manner i want to write my blob message as MRM with MQRFH2 header. If i have MQRFH2 header message remains blob in the queue.
When i set format as MRM in the debug mode before going into MQoutput node. It was written as MRM. When i set the same property in the compute node it was reset into the none.
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