You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.