Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / examples / Notify / README
blobbf54386a0f79bcaea8955a8f64e77e400b0e4c88
1 Notification Service examples:
3 This directory has examples to illustrate how to use the Notification Service
5 Examples:
7 Filter: A simple example to how how to do filtering of events.
8 ------
9 An event passing through the channel encounters filters at the proxy,
10 admin and channel level.This example shows how to setup filters and use them.
12 Subscribe: A simple example to show how to specify subscription constraints.
13 ---------
14 This example does not add any filters to keep the example simple.
15 If filters are added, then they would be evaluated *after* the event type
16 constraints have been met.
17 Thus subscriptions are a way of provide coarse grain filtering.