Posted: Mon Aug 19, 2013 9:08 pm Post subject: Timer Nodes
Acolyte
Joined: 20 May 2013 Posts: 58
Hi ,
I am really stuck in a very simple thing.
I am using time out control and timeout notification nodes.
The flow i am using is like this
SOAP Input --> Compute --> Timeout Control
Timeout Notification --> Compute ---> MQ Output
This is how i am setting the properties for timeout control node. The only requirement is to delay the messages by 10 seconds.
Code:
SET OutputLocalEnvironment.TimeoutRequest.Action = 'SET';
SET OutputLocalEnvironment.TimeoutRequest.Identifier = 'Unique';
SET OutputLocalEnvironment.TimeoutRequest.StartDate = 'TODAY';
SET OutputLocalEnvironment.TimeoutRequest.StartTime = 'NOW';
SET OutputLocalEnvironment.TimeoutRequest.Count = 1;
SET OutputLocalEnvironment.TimeoutRequest.Interval = 10;
SET OutputLocalEnvironment.TimeoutRequest.IgnoreMissed = FALSE;
SET OutputLocalEnvironment.TimeoutRequest.AllowOverwrite = FALSE;
I also checked the SYSTEM.BROKER.TIMEOUT.QUEUE and messages are going inside the queue.
But the messages are not coming out from Time Out Notification. In the event log it says
The node received a corrupt timeout request message. This error can occur if the message stored by the corresponding TimeoutControl node cannot be de-serialized. It can also occur if messages that are not generated by a TimeoutControl node have been put on the message store.
Can you please let me know where i am going wrong.
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