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 subversion and git services (Jira)" <ji...@apache.org> on 2022/10/11 17:17:00 UTC

[jira] [Commented] (ARTEMIS-4022) Display "auto-delete" queue/address status column or attribute in web console

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

ASF subversion and git services commented on ARTEMIS-4022:
----------------------------------------------------------

Commit 5343c97c7ded6fb4d88f22b88d0905aefba04718 in activemq-artemis's branch refs/heads/main from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=5343c97c7d ]

ARTEMIS-4022 add auto-delete queue attribute to management


> Display "auto-delete" queue/address status column or attribute in web console
> -----------------------------------------------------------------------------
>
>                 Key: ARTEMIS-4022
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4022
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>          Components: Web Console
>    Affects Versions: 2.25.0
>            Reporter: john lilley
>            Priority: Minor
>             Fix For: 2.27.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> I discovered the hard way that these settings in {{broker.xml}} are "sticky" – once queues/addresses are created, changing {{broker.xml}} has no effect on them:
> * {{auto-delete-queues}}. Whether or not the broker should automatically delete auto-created queues when they have both 0 consumers and the message count is less than or equal to {{auto-delete-queues-message-count}}. Default is {{true}}.
> * {{auto-delete-addresses}}. Whether or not the broker should automatically delete auto-created addresses once the address no longer has any queues. Default is {{true}}.
> To make matters more confusing, even though the default values are true, the {{broker.xml}} that is generated during setup has these set to {{false}}.
> But that is not the issue.  Just background.  
> The issue is that these attributes are not visible on the web console for queues or addresses.  I cannot select them as columns, nor see them in the attributes list.  Given the above background, it would be helpful to be able to see this.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)