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>
[2] https://docs.wso2.com/display/cep310/input+http+event+adaptor
thanks, mohan
Comments
Post a Comment