Versions Compared

Key

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

...

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.

...

  1. See Prerequisites in CEP Samples Setup page.
  2. Copy the ActiveMQ JMS related JARs referred in JMS Transport to <CEP_HOME>/repository/components/lib/ directory.
  3. 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.

...