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


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.

Adding a SimplePullPointAll class allows the existing behaviour to be used with 
only three additional letters in the muse.xml :-)

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