You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This example to show how to use the Quartz scheduler to setup periodic events to be published and routed through the ServiceMix JBI Container.

To start the the quartz binding example:

cd example/quartz-binding
../../bin/servicemix servicemix.xml

This will send a periodic event every 5 seconds into the container via
the Quartz scheduler and then the event is picked up by a trace JBI component
which just outputs the event to the console.

  • No labels