...
This sample demonstrates how to filter incoming event attributes and add them to another topic using simple pass-through with JMS adaptor adapter and HTTP adaptoradapter. Because we do not use any execution plan here, there is no Siddhi query.
...
- See Prerequisites in CEP Samples Setup page.
- Copy the ActiveMQ JMS related JARs referred in JMS Transport to
<CEP_HOME>/repository/components/lib/
directory. - Copy the following JARs from ActiveMQ distribution directory to
<CEP_HOME>/samples/lib/
directory.<ActiveMQ_HOME>/activemq-all-5.7.0.jar
<ActiveMQ_HOME>/lib/ geronimo-jms_1.1_spec-1.1.1.jar
Note Start the ActiveMQ server before the CEP server starts.
...
- Creates
<CEP_HOME>/repository/conf/data-bridge/stream-manager-configdefinitions.xml
file, which is used to create the stream definitions for the sample. - Points the default Axis2 repo to
<CEP_HOME>/sample/artifacts/0003
(by default, the Axis2 repo is<CEP_HOME>/repository/deployment/server
).
...