wso2 - how to configure the WSO2BPS to subscribe to the event stream from a WSO2CEP -
my design of system use cep "engine" of system, customer requests sent on cep events, , re-routed bps trigger different business processes.
my question : how may configure bps subscribe event stream(or streams) cep, , 'trigger' execution of business process?
thanks
wso2 cep capable of communicating several protocols such http, jms, mqtt, thrift, tcp , soap. case can use soap protocol.
on wso2 bps side can create bpel workflow. can use wso2 developer studio create project. when creating bpel process use xpath expressions , access requestmessage attributes (which cep stream attributes). once create bpel process can export , upload wo wso2 bpel exposed service. please refer creating bpel workflow tutorial
in cep side have stream , have create soap publisher stream , can point wso2 bpel service.
Comments
Post a Comment