You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2017/07/28 14:15:18 UTC

[1/2] activemq-artemis git commit: fixed some minor typos in cli description annotations

Repository: activemq-artemis
Updated Branches:
  refs/heads/master e316c920b -> 40534b29d


fixed some minor typos in cli description annotations


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/4edb7501
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/4edb7501
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/4edb7501

Branch: refs/heads/master
Commit: 4edb750165a8d8c27e4126e3e5b0ed0a321c40f7
Parents: e316c92
Author: Pat Fox <pa...@gmail.com>
Authored: Fri Jul 28 15:00:59 2017 +0200
Committer: Pat Fox <pa...@gmail.com>
Committed: Fri Jul 28 15:00:59 2017 +0200

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/messages/Browse.java  | 2 +-
 .../apache/activemq/artemis/cli/commands/messages/Consumer.java    | 2 +-
 .../activemq/artemis/cli/commands/messages/DestAbstract.java       | 2 +-
 .../apache/activemq/artemis/cli/commands/messages/Producer.java    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4edb7501/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Browse.java
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Browse.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Browse.java
index 5f03c82..9562b59 100644
--- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Browse.java
+++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Browse.java
@@ -27,7 +27,7 @@ import org.apache.activemq.artemis.cli.commands.ActionContext;
 import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
 import org.apache.activemq.artemis.jms.client.ActiveMQDestination;
 
-@Command(name = "browser", description = "It will send consume messages from an instance")
+@Command(name = "browser", description = "It will browse messages on an instance")
 public class Browse extends DestAbstract {
 
    @Option(name = "--filter", description = "filter to be used with the consumer")

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4edb7501/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Consumer.java
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Consumer.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Consumer.java
index 5a2a8b6..c58f792 100644
--- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Consumer.java
+++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Consumer.java
@@ -27,7 +27,7 @@ import org.apache.activemq.artemis.cli.commands.ActionContext;
 import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
 import org.apache.activemq.artemis.jms.client.ActiveMQDestination;
 
-@Command(name = "consumer", description = "It will send consume messages from an instance")
+@Command(name = "consumer", description = "It will consume messages from an instance")
 public class Consumer extends DestAbstract {
 
    @Option(name = "--durable", description = "It will use durable subscription in case of client")

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4edb7501/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/DestAbstract.java
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/DestAbstract.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/DestAbstract.java
index 95b3c99..acf0473 100644
--- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/DestAbstract.java
+++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/DestAbstract.java
@@ -21,7 +21,7 @@ import io.airlift.airline.Option;
 
 public class DestAbstract extends ConnectionAbstract {
 
-   @Option(name = "--destination", description = "Destination to be used. it could be prefixed with queue:// or topic:: (Default: queue://TEST")
+   @Option(name = "--destination", description = "Destination to be used. It can be prefixed with queue:// or topic:// (Default: queue://TEST)")
    String destination = "queue://TEST";
 
    @Option(name = "--message-count", description = "Number of messages to act on (Default: 1000)")

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4edb7501/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Producer.java
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Producer.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Producer.java
index f7c11ae..3ed4b57 100644
--- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Producer.java
+++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Producer.java
@@ -36,7 +36,7 @@ public class Producer extends DestAbstract {
    @Option(name = "--message-size", description = "Size of each byteMessage (The producer will use byte message on this case)")
    int messageSize = 0;
 
-   @Option(name = "--text-size", description = "Size of each textNessage (The producer will use text message on this case)")
+   @Option(name = "--text-size", description = "Size of each textMessage (The producer will use text message on this case)")
    int textMessageSize;
 
    @Option(name = "--msgttl", description = "TTL for each message")


[2/2] activemq-artemis git commit: This closes #1424

Posted by jb...@apache.org.
This closes #1424


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/40534b29
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/40534b29
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/40534b29

Branch: refs/heads/master
Commit: 40534b29d60e3239e478f3097b3648b6a71e0d9f
Parents: e316c92 4edb750
Author: Justin Bertram <jb...@apache.org>
Authored: Fri Jul 28 09:15:03 2017 -0500
Committer: Justin Bertram <jb...@apache.org>
Committed: Fri Jul 28 09:15:03 2017 -0500

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/messages/Browse.java  | 2 +-
 .../apache/activemq/artemis/cli/commands/messages/Consumer.java    | 2 +-
 .../activemq/artemis/cli/commands/messages/DestAbstract.java       | 2 +-
 .../apache/activemq/artemis/cli/commands/messages/Producer.java    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------