-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
JBoss A-MQ 6.1
ENTMQ-391 (https://issues.apache.org/jira/browse/AMQ-4705) added lockKeepAlivePeriod functionality to shared-file-locker - it periodically checks if the lock is valid.
I believe this is a valid configuration example:
<kahaDB directory="${activemq.data}/kahadb" lockKeepAlivePeriod="5000"> <locker> <shared-file-locker lockAcquireSleepInterval="10000"/> </locker> </kahaDB>