Sybase CEP Engine Application Components

For an application to achieve guaranteed processing, every system component must handle the logic and communication with its neighbor components that ensure guaranteed delivery.

When implementing a guaranteed processing application, you must address every component of the application, not just the Sybase CEP Engine components. The following diagram illustrates the components of an end-to-end application incorporating Sybase CEP Engine:


Adapters PNG

Messages travel through the application as follows:

If just one of the components uses some other methodology, then the system as a whole will not perform guaranteed processing. For example, if the data source provides events on a best-effort basis, the entire system can only be categorized as best-effort. Similarly, if the output adapter uses at-least-once processing (messages are never dropped but may be duplicated), then the application as a whole must be considered an at-least-once processor.