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 2015/09/21 15:30:04 UTC

[jira] [Commented] (AMQ-5976) Filter queues by name in admin webconsole

    [ https://issues.apache.org/jira/browse/AMQ-5976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900689#comment-14900689 ] 

ASF GitHub Bot commented on AMQ-5976:
-------------------------------------

GitHub user fchartier opened a pull request:

    https://github.com/apache/activemq/pull/144

    AMQ-5976: add simple queue filter for admin webapp

    https://issues.apache.org/jira/browse/AMQ-5976

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fchartier/activemq AMQ-5976_webapp_queue_filter

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/144.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #144
    
----
commit 8566fea68dd84d43ef568adbc21f12a1ba0cc3a9
Author: Francois Chartier <ch...@gmail.com>
Date:   2015-09-21T13:27:37Z

    AMQ-5976: add simple queue filter for admin webapp
    
    https://issues.apache.org/jira/browse/AMQ-5976

----


> Filter queues by name in admin webconsole
> -----------------------------------------
>
>                 Key: AMQ-5976
>                 URL: https://issues.apache.org/jira/browse/AMQ-5976
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: webconsole
>    Affects Versions: 5.9.1, 5.10.2, 5.11.2
>         Environment: Tested on Linux Ubuntu
>            Reporter: Francois Chartier
>              Labels: easyfix, patch
>             Fix For: 5.9.1, 5.10.2, 5.11.2
>
>         Attachments: queues.jsp, queues.jsp_AMQ5976.diff
>
>
> When the number of queues in the broker gets somewhat large, I found that the queues list in admin webconsole becomes somewhat cumbersome, especially if one wants to monitor some queues.
> I wrote a simple filter for this page (using only JSP/HTML and get method), enabling to filter the queues by queue name. No impact on the server (all queues are still queried), it just filters out the result.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)