1 Notification Service examples:
3 This directory has examples to illustrate how to use the Notification Service
7 Filter: A simple example to how how to do filtering of events.
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.
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.