Versions Compared

Key

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

...

The File Binding servicemix.xml contains two components and a supporting bean. One component retrieves files from a source directory, then routes the file over the Normalized Message Router (NMR) to another compoonent which deposits the file into a destination directory in the file system.



Running the

...

Rile Binding Example

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

Code Block
cd [servicemix_install_dir]\examples\basicfile-binding

Then type:

Code Block
[servicemix_install_dir]\bin\servicemix servicemix.xml

...