Posted: Thu Feb 11, 2016 11:04 pm Post subject: OPEN INPUT AND OUTPUT COUNT ON QUEUE
Disciple
Joined: 22 Jan 2010 Posts: 164
Hi All,
I have retry subflow which has timoutControl and timoutNotification nodes, The flow works fine for the retrying based on the interval.
I have deployed 9 flows which has the retry subflow(each with unique identifier). Once deployed I see that the input and output count on the SYSTEM.BROKER.TIMEOUT.QUEUE queue is increased to 25 and 30.
Any thoughts.
[code]
SET OutputLocalEnvironment.TimeoutRequest.Identifier = UUIDASCHAR;
SET OutputLocalEnvironment.TimeoutRequest.StartDate = CAST(OUTPUTTIMESTAMP AS DATE);
SET OutputLocalEnvironment.TimeoutRequest.StartTime = CAST(OUTPUTTIMESTAMP AS TIME);
SET OutputLocalEnvironment.TimeoutRequest.Count = 1;
SET OutputLocalEnvironment.TimeoutRequest.IgnoreMissed = TRUE;
SET OutputLocalEnvironment.TimeoutRequest.AllowOverwrite = FALSE;[/code]
Last edited by mpong on Fri Feb 12, 2016 2:56 am; edited 1 time in total
Thoughts on the queue OPEN input and output numbers.
Why are you concerned with that ? it is a SYSTEM queue. If anyone in this forum knows the reason of those numbers is because either works or worked in IIB development and therefore bound to a confidentiality contract.
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