wso2 - How to use wso2cep in my case? -


i working wso2cep3.0. went through docs of wso2cep there no exaplanation wso2cep how use 1.what use of input event adapter:-in concern getting data client. 2.event builder means incoming data format specifier. 3.event formatter means outgoing data format specifier. 4.output event adapter out put handler. how can use thing means program or event writer important how publish external world example http endpoint or https or jms. unable understand how start , can start. please suggest me know esb,dss,is,bps

for typical cep usecase, configure input event adaptor connect event source, such jms endpoint, thrift endpoint(wso2event adaptor in cep 3.0.0) etc. event builder specifies how incoming message mapped.

next execution plans have actual query (the processing part) of execution flow. cep engine processes events.

event formatter formats output format needed. output event adaptor connects actual endpoint processed result published. go , publish jms endpoint, email, database etc.

to started, need create input event adaptor, event builder uses input event adaptor, execution plan, output event adaptor, , event formatter format result execution plan , send relevant output adaptor. can find flow in [1].

you can find example configurations in /samples/artifacts directory. can find overview of samples in [2] , can find how run them [3]. each sample has associated producer , consumer simulates real world event producers/consumers. samples best place learn more cep configurations.

[1] http://docs.wso2.org/display/cep300/cep+configuration+overview
[2] http://docs.wso2.org/display/cep300/overview+of+samples
[3] http://docs.wso2.org/display/cep300/setting+up+cep+samples


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -