For information on understanding the general flow of WSO2 CEP samples, see WSO2 CEP Samples. The following sections explain the generic setup instructions to execute the samples.
...
Sample | Requirements | ||
---|---|---|---|
All samples |
| ||
JMS related samples | The JMS samples are explained to be tried out using following JMS providers
| ||
MQTT related samples | The MQTT samples are explained to be tried out using following MQTT-supported servers
| ||
Kafka related samples | The Kafka samples are explained to be tried out using following Kafka Broker versions For more information on the prerequisites required for the email related samples, see Setting up Email samples
| Email related samples | |
WebSocket related samples | Java Development Kit / JRE version 1.7.* | ||
Apache Storm related samples | Apache Storm version 0.9.3 or later (to run Storm samples.) |
...
Excerpt | |||||||
---|---|---|---|---|---|---|---|
To start the CEP with a sample configuration, run the following command with -sn <n>, where <n> denotes the number assigned to the sample.
For example, to start the CEP with the configuration of sample 0101, run the following command inside
<CEP_HOME>/repository/deployment/server/webapps/ and <CEP_HOME>/repository/deployment/server/jaggeryapps/ directories to the <CEP_HOME>/samples/artifacts/<SAMPLE_NUMBER>/ directoryThe Note | . In the normal mode the
|
...
Info |
---|
Previous Apache ActiveMQ versions may not contain SLF4J related files in the client JAR. Therefore, if you get an error, add SLF4J related JAR file to<CEP_HOME>/samples/lib/ directory of the samples. |
...
Before you run MQTT samples, set up and start a MQTT-supported server. Configure MQTT sample clients by copying relevant MQTT client libraries to <CEP_HOME>/samples/lib
folder as mentioned below.
...
Before you run Kafka samples, set up and start a Kafka broker. Configure Kafka sample clients by copying relevant Kafka client libraries to <CEP_HOME>/samples/lib
folder as mentioned below.
...