clebertsuconic commented on a change in pull request #3580:
URL: https://github.com/apache/activemq-artemis/pull/3580#discussion_r632508846
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
##########
@@ -668,6 +668,25 @@ Configuration addDiscoveryGroupConfiguration(String key,
*/
Configuration setJournalDirectory(String dir);
+ String getJournalHistory();
+
+ File getJournalHistoryLocation();
+
+ /**
+ * Sets the file system directory used to store historical backup journal.
+ */
+ Configuration setJournalHistory(String dir);
+
+ int getJournalHistoryMaxDays();
+
+ Configuration setJournalHistoryMaxDays(int days);
Review comment:
Oooohhhh... I like the name retention!!! Really nice!!!!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]