Versions Compared

Key

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

...


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.

The File Binding XML file, servicemix.xml, contains two components and a supporting bean. One component retrieves files from a waits for a file to be deposited into the the inbox directory, then routes the file retrieves it from there and sends it over the Normalized Message Router (NMR) to another component which deposits the file into an outbox directory in the file system.



Running the File Binding Example

...