Description
Hi,
Sending non persistent messages on a Transacted session is causing activeMQ to keep and replay (on startup) unnecessary journal files. If all messages are in this situation activemq will replay the whole journal file even with a clean shutdown.
The problem is because is if the transaction has no persistent operation, the metadata.lastUpdate is never updated.
Attachments
Issue Links
- links to