Managing inactivity timeout
---------------------------

                 Key: SANDESHA2-80
                 URL: https://issues.apache.org/jira/browse/SANDESHA2-80
             Project: Sandesha2
          Issue Type: Improvement
            Reporter: Paul Fremantle


Currently we allow sequences to die through inactivity, based on the 
InactivityTimeout. As an RMS we should not allow sequences to timeout on their 
own. Either we should explicitly terminate them (based on expiry time), or we 
should keep the sequence alive.

We can do this by sending an ackrequest. 

I propose a simple algorithm. If the InactivityTimeout is less than 10 minutes 
I propose we send an ackrequest after 90% of IAT value.

If IAT is greater than 10 minutes, we send an AckRequest 1 minute before it 
times out.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to