Posted: Sun Jun 06, 2010 11:10 pm Post subject: Flow is putting a blank message(message with size 0)in queue
Disciple
Joined: 17 May 2009 Posts: 159
Hi,
we have simple requirement where we are putting multiple message to a queue.there messages are being generated in compute node.
Now I am not able to track why a null messge is being put in to the queue in aditing to messages which were generated in compute nodes.
we guess that is becaue of the way we are using prppogate statement.
IF (Environment.Variables.Status = 'TimedOut') THEN
PROPAGATE TO TERMINAL 'out1';
ELSE
PROPAGATE TO TERMINAL 'out';
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