Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

This is the main component responsible for event processing. CEP Core contains CEP Buckets which are instances of back-end CEP runtime engines that process events, and Data Converters for converting events from Map, XML, and Tuple types to back end CEP engine's event type. Total processing on received events and triggering of new events happen at the back end CEP runtime engine of each bucket.

...

This is a broker between event server and the CEP Engine. There are four types of brokers which are Local, WS-Event, JMS and Agent. These brokers are responsible for receiving and publishing event on Thrift, SOAP, REST, and JMS transports.

Broker Manager

This component is used to create and configure brokers. When configuring a broker with this component, it provides the type and other essential connection properties of the broker.

CEP UI & and Admin Service components are responsible for managing the CEP Buckets by defining various queries and event mappings.

...