Notifications in BAM can be done two ways:-
- CEP based Notifications
- Hive Script based Notifications
CEP based Notifications
CEP based notifications are implemented using a CEP flow to define an input source of a message, with the use of input event adapters and even builders, then a CEP execution plan can be implemented using Siddhi if necessary, and the result can be written off to a output event adapters such as Email and SMS, via a message formatter. For more information on how to process events using CEP, check http://docs.wso2.org/display/CEP300/CEP+Configuration+Overview.
Hive Script based Notifications
Multitenancy
Hive Script based Notifications are only support in the default (super) tenant for the moment