Getting Started WSO2 CEP

I am new to WSO2 CEP and looking for a step-by-step guide to the CEP tool, but I only found samples and deployment methods that were not useful to me.

Can someone please give a step-by-step guide on how to build a simple cross-match that receives data from a JMS source and inserts data into a MySQL database?

+3
source share
1 answer

You may find the following link [1]. You can also refer to the following CEP articles for a wider understanding of CEP integration with other products. [2,3].

[1] https://docs.wso2.org/display/CEP310/Getting+Started+with+CEP

[2] http://wso2.com/library/articles/2014/05/real-time-loan-processing-with-cep-3.1.0-part-1

[3] http://wso2.com/library/articles/2014/05/real-time-loan-processing-with-wso2-cep-3.1-part-2/

+3

All Articles