Apache Camel File Queue Requires Directory Write Permissions For NOOP Consumer?

I shouldn't ask questions when I'm this tired. The reason that this doesn't work ( as clearly stated in the component description ) is that the default readLock strategy is markerFile (which needs to write the marker file in the directory). By changing this to readLock=fileLock I no longer need write permissions on the directory to read the file as the file system lock is placed on the file being read.

I shouldn't ask questions when I'm this tired. The reason that this doesn't work (as clearly stated in the component description) is that the default readLock strategy is markerFile (which needs to write the marker file in the directory). By changing this to readLock=fileLock I no longer need write permissions on the directory to read the file as the file system lock is placed on the file being read.

The working URI is: file:///tst? Delay=10000&idempotent=false&include=fileMatch&noop=true&readLock=fileLock.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions