EsperThe Esper component supports the Esper Library URI formatesper:name[?option1=value[&option2=value2]] When consuming from an Esper endpoint you must specify a pattern or eql statement to query the event stream. For example from("esper://cheese?pattern=every event=MyEvent(bar=5)"). to("activemq:Foo"); Options
DemoThere is a demo which shows how to work with ActiveMQ, Camel and Esper See Also |