You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview of the Basic Example

This document describes how the Basic example is used and provides details about what it does.
The source code for the Basic example is stored in the Service Mix installation directory under the examples\basic directory in the servicemix.xml file.
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 transaction manager
  • how to using tracing

The example has several components. One component sets off a timer to send messages to a source destination. Then those messages are consumed by another component and sent to a different output destination - along with a trace component displaying the output messages as they arrive. This demonstrates a simple JMS bridge in action along with timers and tracing.
The diagram illustrates the components of the Basic example and how they interact with each other within the JBI container.
A DIAGRAM WILL BE PUT HERE--still creating

  • No labels