activemq git commit: AMQ-6377: Storing JournalSyncStrategy as an enum

2017-03-07 Thread cshannon
Repository: activemq Updated Branches: refs/heads/activemq-5.14.x 7e3f344ea -> e124f1db6 AMQ-6377: Storing JournalSyncStrategy as an enum Switching MessageDatabase to store JournalSyncStrategy as its enum value instead of String to avoid the performance penalty of comparing Strings everytime

activemq git commit: AMQ-6377: Storing JournalSyncStrategy as an enum

2017-03-06 Thread cshannon
Repository: activemq Updated Branches: refs/heads/master 01b1f7f69 -> 0d824a8e6 AMQ-6377: Storing JournalSyncStrategy as an enum Switching MessageDatabase to store JournalSyncStrategy as its enum value instead of String to avoid the performance penalty of comparing Strings everytime