Re: QuartzScheduledPollConsumerScheduler, cluster and scheduler.triggerId

2016-11-02 Thread glenn
The FileIdempotentRepositoryReadLockStrategy.acquireExclusiveReadLock method guards against processing the same file twice. So specification of the scheduler.triggerId is NOT required to ensure that the file is only processed once in the cluster -- View this message in context:

QuartzScheduledPollConsumerScheduler, cluster and scheduler.triggerId

2016-11-01 Thread glenn
Am using a camel file consumer within a cluster to poll files on a periodic basis. I wish to ensure that a consumer will only poll files if it has an exclusive read lock on them so using the QuartzScheduledPollConsumerScheduler with a readLock=idempotent read lock strategy backed by a