Closed
Description
Gary Russell opened INT-3352 and commented
We introduced the LockRegistry
in 2.1 but only have a RentrantLock
implementation.
Implement a Redis
version to provide a global lock mechanism - probably using SETNX
or HSETNX
with, say, the hostname as the value.
Issue Links:
- Add locking strategy to AbstractMessageGroupStore [INT-1117] #5123 Add locking strategy to AbstractMessageGroupStore