I used the following code to set the generated message / correlation ID to my message
Code:
SET OutputRoot.MQMD =
(
SELECT Dest.msgId AS MsgId
,Dest.correlId AS CorrelId
FROM InputLocalEnvironment.WrittenDestination.MQ.DestinationData AS Dest
);
The only additional values which exist in InputLocalEnvironment.WrittenDestination.MQ.DestinationData after MQOutputNode has put the message to queue are
queueName
queueManagerName
replyIdentifier
There aren't any other values which I need in order to store each header value. Is used the Debug Mode with WMBT 6.0.2.11 debuggin a Flow running on WMB 6.0.0.3 on Solaris to get the names of the values from LocalEnvironment.
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