Versions Compared

Key

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

...

  • 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 the Geronimo Transaction Manager via the Jencks factory bean
  • how to use tracing
  • interact with the file system
    The source code for the

...

  • File Binding example is located in the ServiceMix installation directory under the examples\

...

  • file-binding directory in the servicemix.xml file. It is recommended that you refer to the source code while reading this document.

    There are

...

  • three 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.

    Running the Basic Example

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

...