Versions Compared

Key

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

...

Default behavior for file consumer

  • By default the file is not locked for the duration of the processing.
  • After the route has completed, files are moved into the .camel subdirectory, so that they appear to be deleted.
  • The File Consumer will always skip any file whose name starts with a dot, such as ., .camel, .m2 or .groovy.
  • Only files (not directories) are matched for valid filename, if options such as: include or exclude are used.

...