This is an automated email from the ASF dual-hosted git repository.
gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new d997e01 ARTEMIS-3442 Improving comment generated about retention
d997e01 is described below
commit d997e01e85429f3aa8d4d4e6f9b4a932476d0d2c
Author: Clebert Suconic <[email protected]>
AuthorDate: Tue Sep 14 09:39:01 2021 -0400
ARTEMIS-3442 Improving comment generated about retention
---
.../src/main/java/org/apache/activemq/artemis/cli/commands/Create.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
index 8c8857c..54745a4 100644
---
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
+++
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
@@ -784,7 +784,7 @@ public class Create extends InputAbstract {
" This will allow your system to keep 7 days of your data, up
to 10G. Tweak it accordingly to your use case and capacity.\n\n" +
" it is recommended to use a separate storage unit from the
journal for performance considerations.\n\n" +
" <journal-retention-directory period=\"7\" unit=\"DAYS\"
storage-limit=\"10G\">data/retention</journal-retention-directory>\n\n" +
- " Or you can also create your broker using the argument on
the journal-retention on the artemis create command -->\n\n";
+ " You can also enable retention by using the argument
journal-retention on the `artemis create` command -->\n\n";
}
filters.put("${journal-retention}", retentionTag);