Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor copy edits

...

URI format

Code Block
esper:name[?option1=value[&option2=value2]options]

When consuming from an Esper endpoint you must specify a pattern or eql statement to query the event stream.

...

Name

Default Value

Description

pattern

 

The Esper Pattern expression as a String to filter events

eql

 

The Esper EQL expression as a String to filter events

You can append query options to the URI in the following format, ?option=value&option=value&...

Demo

There is a demo which shows how to work with ActiveMQ, Camel and Esper in the Camel Extra project

...