Description
In MessageDatabase we should store JournalDiskSyncStrategy as its enum value and not as a String. This is because this value needs to be checked on every write to the journal and using a String makes checking this value more expensive than it needs to be.
Attachments
Issue Links
- relates to
-
AMQ-6377 Introduce a periodic disk sync mode for KahaDB journal
- Resolved