Skip to Main Content

Integration

How to test HelloWorld sample using a broadcast probe generating events

chendaMar 18 2013
Hello,

The eclipse IDE provide some template to test CEP application.
I'm interested to test the HelloWorld without using an adapter. The decription of the sample is the following:
+"Similar to the Hello World sample application. Instead of using an adapter to inject test data, a broadcast probe generates events. Instead of using an event bean to display event output, a watch probe displays events output from the processor. "+

A sample.probekit is provided but i don't know how to trigger it.

<probes host-application="aa" comm-port="8902">
<watch-probe id="watchProbe">
<downstream-stage>helloworldOutputChannel</downstream-stage>
</watch-probe>

<broadcast-probe id="broadcastProbe">
<csv-file path="sample-probe-data.csv"/>
<upstream-stage>helloworldInputChannel</upstream-stage>
<delay>1000</delay>
</broadcast-probe>

</probes>

Thanks for your help.
chenda
Post Details
Locked on Apr 15 2013
Added on Mar 18 2013
0 comments
797 views