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
|
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.) |
...
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. |
...
<MB_HOME>/client-lib/andes-client-2.6.1.jar
<MB_HOME>/client-lib/log4j-1.2.13.jar
<MB_HOME>/client-lib/slf4j-1.5.10.wso2v1.jar
<MB_HOME>/client-lib/geronimo-jms_1.1_spec-1.1.0.wso2v1.jar
...
Setting up MQTT for MQTT sample clients
Anchor | ||||
---|---|---|---|---|
|
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.
...