Versions Compared

Key

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

...

Code Block
xml
xml
<beans xmlns:file="http://servicemix.apache.org/file/1.0"
       xmlns:tut="urn:servicemix:tutorial">
  <!-- add the sender endpoint here -->
  <!-- add the poller endpoint here -->    
</beans>
Info
titleOn Windows

The code snippets below use Unix paths. If you want to explicitly specify the drive letter on a Windows system, the correct URI format is file:///c:/servicemix/poller.

Defining a file sender endpoint

...