java - Using CEP EventBuilder service in custom WSO2 components -


i created wso2 component (as proper osgi bundle) , loads fine in wso2cep server. component emits xml messages need further processed cep , event builder.

which osgi service receive , process xml messages?

if none how can obtain correct url endpoint http input event adaptor, can http post xml message?

i believe, component have created input event adaptor, can send event calling oneventcall() method of inputeventadaptorlistener class. please refer [1] more info..

to http url endpoint please refer below documentation [2]. endpoint url should given below,

for super tenants - http://localhost:9763/endpoints/<input_adaptor_name>/<topic> or https://localhost:9443/endpoints/<input_adaptor_name>/<topic> 

[1] https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/components/event-stream/event-input-adaptor/org.wso2.carbon.event.input.adaptor.http/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/http/httpmessageservlet.java

[2] https://docs.wso2.com/display/cep310/input+http+event+adaptor

thanks, mohan


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -