You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/03/22 15:53:30 UTC

[activemq-artemis] branch main updated: ARTEMIS-3734 Correcting typo on documentation for CLI Transfer

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic 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 4bca3d1  ARTEMIS-3734 Correcting typo on documentation for CLI Transfer
4bca3d1 is described below

commit 4bca3d1375ee6dfc8e952ba1ae89aa3cede726ad
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Tue Mar 22 11:52:46 2022 -0400

    ARTEMIS-3734 Correcting typo on documentation for CLI Transfer
---
 .../org/apache/activemq/artemis/cli/commands/messages/Transfer.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Transfer.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Transfer.java
index 8b6800d..15e46cc 100644
--- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Transfer.java
+++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Transfer.java
@@ -94,7 +94,7 @@ public class Transfer extends InputAbstract {
    @Option(name = "--target-protocol", description = "Protocol used. Valid values are amqp or core. Default=core.")
    String targetProtocol = "core";
 
-   @Option(name = "--commit-interval", description = "Destination to be used. It can be prefixed with queue:// or topic:// and can be an FQQN in the form of <address>::<queue>. (Default: queue://TEST)")
+   @Option(name = "--commit-interval", description = "Transaction batch interval.")
    int commitInterval = 1000;
 
    @Option(name = "--copy", description = "If this option is chosen we will perform a copy of the queue by rolling back the original TX on the source.")