Websphere Business Events
Encyclopedia
WebSphere Business Events is IBM's implementation of an event-processing engine.
Event processing involves altering the existing server software in an organization to emit events (these are just small messages) whenever a notable event occurs. Event-processing software (such as this software) can then monitor these events and look out for certain patterns that may be of interest. This is very useful for prevention of fraud (credit card spending pattern) or giving executives a high-level view of what's going on in their company (e.g. when share price drops for an extended period of time). For a more detailed description see complex event processing
.
For more details:
Event processing involves altering the existing server software in an organization to emit events (these are just small messages) whenever a notable event occurs. Event-processing software (such as this software) can then monitor these events and look out for certain patterns that may be of interest. This is very useful for prevention of fraud (credit card spending pattern) or giving executives a high-level view of what's going on in their company (e.g. when share price drops for an extended period of time). For a more detailed description see complex event processing
Complex Event Processing
Complex event processing consists of processing many events happening across all the layers of an organization, identifying the most meaningful events within the event cloud, analyzing their impact, and taking subsequent action in real time....
.
Components
The software has components to do the following:- Configure sources for Events (for example via HTTP requests, from databases, or from other software)
- Allow non-IT personnel to define patterns of events (and the timings between these) to trigger actions. These rules use natural language constructors.
- Allow non-IT personnel to define actions to occur when the defined patterns occur.
- A runtime which monitors events from the configured sources triggering actions when the defined patterns of events are matched.
How this all works together
For more details: