You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Dan Jemiolo (JIRA)" <ji...@apache.org> on 2007/02/20 16:43:05 UTC

[jira] Created: (MUSE-196) SubscriptionManager does not provide mechanism to re-try notifications after failure

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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Closed: (MUSE-196) SubscriptionManager does not provide mechanism to re-try notifications after failure

Posted by "Dan Jemiolo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Jemiolo closed MUSE-196.
----------------------------

    Resolution: Fixed

Changes are documented in reference manual - capabilties - WSN SubscriptionManager doc

> 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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org