Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: excerpt

Excerpt

The QuartzComponent

We have a QuartzComponent which

integrates with the Quartz open source scheduler library. This allows

you

to trigger service invocations at timed intervals to perform periodic tasks.

Here's an example of configuring a quartz component. You can add as many triggers as you wish to the component, at different timing intervals.

Wiki Markup
{snippet:id=timer|lang=xml|url=http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-components/src/test/resources/org/apache/servicemix/components/quartz/example.xml}

...