I have declared the above statements in two different compute nodes,
In Compute node1:
SET OutputLocalEnvironment.Destination.MQ.DestinationData[1].transactionMode = 'no';
In Compute node 2:
SET OutputLocalEnvironment.Destination.MQ.DestinationData[1].queueName = 'OUT1';
When the control comes out of compute node 2, only latest( DestinationData[1].queueName) got populating not transactionMode. How to handle this?
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