You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/10/15 18:52:43 UTC

[jira] [Created] (AMQ-4809) activemq:dstat - Sort list of queues/topics by default

Claus Ibsen created AMQ-4809:
--------------------------------

             Summary: activemq:dstat - Sort list of queues/topics by default
                 Key: AMQ-4809
                 URL: https://issues.apache.org/jira/browse/AMQ-4809
             Project: ActiveMQ
          Issue Type: Improvement
          Components: OSGi/Karaf
    Affects Versions: 5.9.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 5.10.0


We should sort the queue names out of the box, so they are listed A..Z.

Today you can get
{code}
karaf@root> activemq:dstat queues
Name                                                Queue Size  Producer #  Consumer #   Enqueue #   Dequeue #    Memory %
wine                                                         0           0           0           0           0           0
beer                                                         1           0           0           1           0           0
{code}

And its not even the creation order, as beer queue was created before wine.



--
This message was sent by Atlassian JIRA
(v6.1#6144)