SubscriptionManager does not provide mechanism to re-try notifications after 
failure
------------------------------------------------------------------------------------

                 Key: MUSE-196
                 URL: https://issues.apache.org/jira/browse/MUSE-196
             Project: Muse
          Issue Type: Bug
          Components: WSN SubscriptionManager
    Affects Versions: 2.1.0
            Reporter: Dan Jemiolo
         Assigned To: Dan Jemiolo
            Priority: Minor
             Fix For: 2.2.0


A number of users have asked us to change SimpleSubscriptionManager so that if 
a notification fails, there is a way to re-try the notification and/or destroy 
the subscription so no new notificaitons are tried. These are very easy to add 
via config parameters without affecting the behavior for today's users who 
upgrade.

Today, the "number of tries" we use is 1 (by default) - by making this number a 
parameter and adding a loop, we can make it configurable. Today, the decision 
to destroy a subscription after failure is false (by default) - by making this 
a boolean parameter and adding an if statement, we can make it configurable. I 
will make this change to SimpleSubscriptionManager by reading in the two 
additional init. parameters and using them during publish( ).

-- 
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