Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.10.0
Description
The jdbc message store was doing a jdbc roundtrip to find the sequence id of a message before a remove. this information was being retained in the messageId entryLocator on insert.
However it was not being recreated on a recover and it was lost on a message ack unless vm transport was in play.
By reusing the entryLocator information there is a ~30% improvement in simple produce/consume roundrtip tests.