You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/06/21 22:20:00 UTC

[jira] [Work logged] (ARTEMIS-3177) hide/show the internal addresses/queues for cluster operation

     [ https://issues.apache.org/jira/browse/ARTEMIS-3177?focusedWorklogId=612893&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-612893 ]

ASF GitHub Bot logged work on ARTEMIS-3177:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Jun/21 22:19
            Start Date: 21/Jun/21 22:19
    Worklog Time Spent: 10m 
      Work Description: erwindon opened a new pull request #3632:
URL: https://github.com/apache/activemq-artemis/pull/3632


   As a solution to quickly filter out internal queues; but implemented as a generic solution.
   To filter out internal queues: "[Name] [Does Not Contain] [$]".
   
   tested in all relevant web gui pages.
   tested in commandline: {{artemis queue stat --operation NOT_CONTAINS --field NAME --value '$'}}
   
   considerations:
   I could have added NOT-EQUALS; but I did not find this useful (as is just removes 1 item from the list)


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


Issue Time Tracking
-------------------

            Worklog Id:     (was: 612893)
    Remaining Estimate: 0h
            Time Spent: 10m

> hide/show the internal addresses/queues for cluster operation
> -------------------------------------------------------------
>
>                 Key: ARTEMIS-3177
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3177
>             Project: ActiveMQ Artemis
>          Issue Type: Wish
>          Components: Web Console
>    Affects Versions: 2.17.0
>            Reporter: Erwin Dondorp
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> several screens are affected heavily by the presence of the internal objects that are needed to operate a cluster.
> in some screens this results in just a few more rows in the table (connections/sessions).
> but in other screens, the table gets very wide columns due to the lengthy names that are used (consumers/queues).
> to make the life of an administrator or tester easier:
> proposal #1: add a checkbox to hide the internal objects, very easy to use; or
> proposal #2: add "Does not contain" operator, looks easier to implement, would use it as "Name does not contain $" (after updating management-notification-address to "$.activemq.notifications")



--
This message was sent by Atlassian Jira
(v8.3.4#803005)