Versions Compared

Key

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

Overview of the Service Mix 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: ...

The Basic example illustrates the following concepts:

  • use of declarative programming
  • how to use an ActiveMQ message broker
  • how to use a Quartz timer
  • how to use the jencks JCA container
  • how to use a JOTM transaction manager
  • how to use tracing

The source code for the Basic example is located in the Service Mix installation directory under the examples\basic directory in the servicemix.xml file. It is helpful to look at recommended that you refer to the source code while reading this descriptiondocument.

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.

...