File component - write to temp file and rename to real name startegy
--------------------------------------------------------------------

                 Key: CAMEL-828
                 URL: https://issues.apache.org/activemq/browse/CAMEL-828
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 1.4.0
            Reporter: Claus Ibsen
             Fix For: 1.5.0


When producing files an idea is to write to a temp file that has a name pattern 
that will be skipped by consumers (such as starting with a dot) and then after 
the write rename the file to the correct name.
Then the consumers wont need to use exotic locking to get exclusive read access 
to the file. Works on all file systems.

There is a nabble discussion on this issue somewhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to