Versions Compared

Key

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

...

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 the source code while reading this description.

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 - along with a . A trace component displaying displays the output messages as they arrive. This demonstrates a simple JMS bridge in action along with timers and tracing.

Running the Basic Example

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

...