You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/04/06 11:42:52 UTC

[GitHub] [activemq-artemis] michaelpearce-gain commented on a change in pull request #3066: ARTEMIS-2699 Warn if queue stats are limited by default maxRows

michaelpearce-gain commented on a change in pull request #3066: ARTEMIS-2699 Warn if queue stats are limited by default maxRows
URL: https://github.com/apache/activemq-artemis/pull/3066#discussion_r404026252
 
 

 ##########
 File path: artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/StatQueue.java
 ##########
 @@ -67,7 +69,7 @@ String getJsonId() {
    private String value;
 
    @Option(name = "--maxRows", description = "max number of queues displayed. Default is 50.")
-   private int maxRows = 50;
+   private Integer maxRows;
 
 Review comment:
   why change this?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services