Versions Compared

Key

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

Overview of the Service Mix ServiceMix 1.x Basic Example

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

The Basic example illustrates the following:

...

The source code for the Basic example is located in the Service Mix ServiceMix installation directory under the examples\basic 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 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 as they arrive.

...