Petals-SE-Quartz 1.1

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

Changes (4)

View Page History
{column}

h1. Features

The Quartz Service-Engine schedules jobs to trigger services invocations 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.

This component only acts as a service consumer and does not act as a service provider.

This component relies on the Quartz open source project.
For more details about Quartz usage, visit its website at [http://www.quartz-scheduler.org/]

{column}

{column:width=350px}
{panel:title=Table of contents}{toc}{panel}
{panel:title=Contributors}{contributors:order=name|mode=list}{panel}
{column}
{section}

h1. Recommended usage

This component should be used to plan and launch service execution at determined moments.
As an example, you can use it to execute a given service every day at noon, or execute another service every 3 hours...
Each service-unit consumes one service, i.e. manages the invocation of one JBI service based a time (CRON) expression.


h1. Scheduling service invocations (Consumes mode)

h2. General information
h2. Usage

Since this component only supports consuming configurations, no WSDL is required.



|| 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. | {center}\-{center} | {center}Yes{center} |