Description
Consuming messages from pages with a db as persistence backend leaves commit records in message_table which doesn't get cleaned up. Seems that depaging does not add txids to internal map.
SQL script for cleanup (no known side effect):
DELETE FROM MESSAGE_TABLE WHERE txid IN (SELECT txid FROM (SELECT count(*) AS cnt, txid FROM MESSAGE_TABLE WHERE txid IN (SELECT txid FROM MESSAGE_TABLE WHERE recordtype = 18) GROUP BY txid)AS m WHERE m.cnt=1)
Attachments
Attachments
Issue Links
- is a parent of
-
ARTEMIS-2647 JDBC store query append-to-file not correct for mysql
- Closed
-
ARTEMIS-2668 Wrong formatting Strings in class LoggingResultSet
- Closed
- links to