[ 
https://issues.apache.org/jira/browse/MUSE-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660472#action_12660472
 ] 

Chris Twiner commented on MUSE-295:
-----------------------------------

A brief history of related issues:

http://marc.info/?l=muse-user&m=118538443013450&w=2 
http://mail-archives.apache.org/mod_mbox/ws-muse-user/200707.mbox/%[email protected]%3e

> Pull-Points should not subscribe to all.  Its the job of the subscriptions to 
> decide what is subscribed.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: MUSE-295
>                 URL: https://issues.apache.org/jira/browse/MUSE-295
>             Project: Muse
>          Issue Type: Sub-task
>    Affects Versions: 2.2.0
>            Reporter: Chris Twiner
>            Assignee: Chris Twiner
>             Fix For: 2.2.1
>
>
> Currently the SimplePullPointCreation registers a default message listener of 
> *.  This captures all messages sent from that Muse instance.  This is against 
> the spirit of a pull point.
> Suggested fix is to check return a null filter object by default from 
> SimplePullPoint.getFilter.  Then PPCreation can check if the filter is the 
> null object.  If so it doesn't add a default filter.  This preserves the 
> notion of a default subscription for a pullpoint but also provides expected 
> behaviour.
> Further specific subscriptions can be added as per normal with a subscription 
> client.
> The existing SimplePullPoint is kept as-is for binary compatibility, a 
> SubscriptionPullPoint class is added to provide this functionality.  
> NullFilter is added to the WsnConstants class.

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