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 "Vinh Nguyen (JIRA)" <ji...@apache.org> on 2007/02/16 01:00:05 UTC

[jira] Created: (MUSE-195) SimpleNotificationProducer.subscribe() should check for duplicate consumers

SimpleNotificationProducer.subscribe() should check for duplicate consumers
---------------------------------------------------------------------------

                 Key: MUSE-195
                 URL: https://issues.apache.org/jira/browse/MUSE-195
             Project: Muse
          Issue Type: Improvement
    Affects Versions: 2.1.0
         Environment: Muse 2.1.0
            Reporter: Vinh Nguyen
         Assigned To: Dan Jemiolo
            Priority: Minor


Currently, a client can receive duplicate notifications if a Subscribe request is sent multiple times for the same consumer.  In SimpleNotificationProducer.subscribe(), a check should be added so that it doesn't create multiple resources for the same consumer.


-- 
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] Commented: (MUSE-195) SimpleNotificationProducer.subscribe() should check for duplicate consumers

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

Dan Jemiolo commented on MUSE-195:
----------------------------------

What if the two subscribe requests have different filters? What if one of the filters is a subset of another? Getting the semantics you describe could be an expensive test... 

> SimpleNotificationProducer.subscribe() should check for duplicate consumers
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-195
>                 URL: https://issues.apache.org/jira/browse/MUSE-195
>             Project: Muse
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>         Environment: Muse 2.1.0
>            Reporter: Vinh Nguyen
>         Assigned To: Dan Jemiolo
>            Priority: Minor
>
> Currently, a client can receive duplicate notifications if a Subscribe request is sent multiple times for the same consumer.  In SimpleNotificationProducer.subscribe(), a check should be added so that it doesn't create multiple resources for the same consumer.

-- 
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] Resolved: (MUSE-195) SimpleNotificationProducer.subscribe() should check for duplicate consumers

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

Vinh Nguyen resolved MUSE-195.
------------------------------

    Resolution: Won't Fix

That's a good point.  I only looked at the consumer EPR and overlooked the other functionality.  Let's keep it as is.

> SimpleNotificationProducer.subscribe() should check for duplicate consumers
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-195
>                 URL: https://issues.apache.org/jira/browse/MUSE-195
>             Project: Muse
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>         Environment: Muse 2.1.0
>            Reporter: Vinh Nguyen
>         Assigned To: Dan Jemiolo
>            Priority: Minor
>
> Currently, a client can receive duplicate notifications if a Subscribe request is sent multiple times for the same consumer.  In SimpleNotificationProducer.subscribe(), a check should be added so that it doesn't create multiple resources for the same consumer.

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