Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install the WSO2 Complex Event Processor, but do not start the server Refer to the Installation and Deployment for instructions.
  2. In a command prompt, switch to the sample directory: <CEP_HOME>/samples/cep-samples 
    For example, in Linux: cd <CEP_HOME>/samples/cep-samples
  3. From there, type ant deploy-agent,
    This will copy the broker-manager-config.xml to <CEP_HOME>/repository/conf directory and the bucket configuration to <CEP_HOME>/repository/deployment/server/cepbuckets directory.

Starting test server

...

You will be able observe the stream definition (at the first invocation) followed by the filtered events in the test server console as shown bellow.

 

Info
titleInfo

If you want to send arbitrary key-value pairs in the events which are not defined in the stream refer this.