jbertram commented on PR #4905:
URL: 
https://github.com/apache/activemq-artemis/pull/4905#issuecomment-2072721158

   I'm not trying to nitpick here, but I wonder if the wrapped queue and 
address names would be more readable if they were indented a few spaces, e.g.
   ```
   % ./artemis queue stat
   Connection brokerURL = tcp://localhost:61616
   |NAME                     |ADDRESS                  
|CONSUMER|MESSAGE|MESSAGES|DELIVERING|MESSAGES|SCHEDULED|ROUTING  |
   |                         |                         |COUNT   |COUNT  |ADDED  
 |COUNT     |ACKED   |COUNT    |TYPE     |
   |$ACTIVEMQ_ARTEMIS_MIRROR_|$ACTIVEMQ_ARTEMIS_MIRROR_|0       |9      |9      
 |0         |0       |0        |ANYCAST  |
   |mirror                   |mirror                   |        |       |       
 |          |        |         |         |
   |$sys.mqtt.sessions       |$sys.mqtt.sessions       |0       |0      |0      
 |0         |0       |0        |ANYCAST  |
   |DLQ                      |DLQ                      |0       |0      |0      
 |0         |0       |0        |ANYCAST  |
   |ExpiryQueue              |ExpiryQueue              |0       |0      |0      
 |0         |0       |0        |ANYCAST  |
   |activemq.management.1fa0d|activemq.management.1fa0d|1       |1      |1      
 |1         |0       |0        |MULTICAST|
   |  c04-dca0-4c64-a419-aa74|  c04-dca0-4c64-a419-aa74|        |       |       
 |          |        |         |         |
   |  e60bd5f2               |  e60bd5f2               |        |       |       
 |          |        |         |         |
   |activemq.management.d1c1f|activemq.management.d1c1f|1       |1      |1      
 |1         |0       |0        |MULTICAST|
   |  ad5-b2f2-482a-b2db-0802|  ad5-b2f2-482a-b2db-0802|        |       |       
 |          |        |         |         |
   |  7c78df2b               |  7c78df2b               |        |       |       
 |          |        |         |         |
   |activemq.management.d6e49|activemq.management.d6e49|1       |0      |0      
 |0         |0       |0        |MULTICAST|
   |  20e-8bce-4a59-8b8e-6537|  20e-8bce-4a59-8b8e-6537|        |       |       
 |          |        |         |         |
   |  2c043b02               |  2c043b02               |        |       |       
 |          |        |         |         |
   |myQueue                  |myQueue                  |0       |0      |0      
 |0         |0       |0        |ANYCAST  |
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to