Open
Description
Gary Russell opened INT-2758 and commented
Currently, in order to accommodate the fact the JDBC Message Store uses a UUID representation of the group Id, the ACMH has to use the UUIDConverter to obtain the id of the lock for the group.
This is because the reaper only has the UUID, and not the original group key (correlation id).
When refactoring the JDBC message store to retain the original group key, ensure that the ACMH is also changed, to gain the optimization.
This issue is a sub-task of #6647
Issue Links:
- Store the Plain Text Group Id instead or in addition to a UUID [INT-2675] #6650 Store the Plain Text Group Id instead or in addition to a UUID