Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview of the ServiceMix 1.x

...

Quartz Example

This document describes how to run the Basic Qaurtz example and provides details about what it does. For information on the business use case, please refer to: Use Case for Basic.

The Basic example illustrates the following:

The source code for the Basic Quartz example is located in the ServiceMix installation directory under the examples\basicquartz-binding directory in the servicemix.xml file. It is recommended that you refer to the source code while reading this document.
There are several components in the servicemix.xml file. One component
This example shows how to use Quartz component that sets off a trigger to send messages to a source destination. Then those messages are consumed by another component and sent to a different output destination. A trace component displays the messages trace component. The trace component logs the messages to the console as they arrive .

Running the Basic Example

From a command shell, go to the Basic example directory:

...