Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-3520

File consumer should let user specify readlock checking period

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.6.0
    • camel-core
    • None
    • Linux 64bits
      Java(TM) SE Runtime Environment (build 1.6.0_23-b05)

    Description

      Currently the only reliable readLock that we can use is "changed", but even with that, the default setting is 1 second which is not long enough if the file is being written to very slowly. So we have to provide a exclusiveReadLockStrategy which is exactly the same as FileChangedExclusiveReadLockStrategy with a longer sleep time.
      It'll be great if we can have an option like readLockCheckInterval so users can specify how long the file should be checked again.
      Something like:
      from("file:/data/inbox?readLock=changed&readLockCheckInterval=5000&readLockTimeout=60000")

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            ngochai Pham Ngoc Hai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: