Petals-SE-Quartz

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
h1. Features

The Quartz Service-Engine schedules jobs to trigger services invokcations within the JBI bus. The jobs are based on time policies.
Concretely, when a job is triggered, the Quartz component sends a pre-defined message to execute the target service.

<!-- Component specific elements -->
<quartz:cron-expression>0 15 10 * * ? 2005</quartz:cron-expression>
<quartz:content><![CDATA[
<text>hello</text>
]]></quartz:content>
</jbi:consumes>

|| Parameter || Description || Default || Required ||
| cron-expression | A CRON expression, for example *0 30 10-13 ? \* * WED,FRI*: trigger that fires at 10:30, 11:30, 12:30, and 13:30, on every Wednesday and Friday. \\ | \- | Yes |
| content | The XML message to send to the scheduled service. Must be included in a CDATA section, as shown in the sample jbi.xml above. \\ | \- | Yes |