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

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

                Author: ASF GitHub Bot
            Created on: 18/Mar/25 04:45
            Start Date: 18/Mar/25 04:45
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on code in PR #5560:
URL: https://github.com/apache/activemq-artemis/pull/5560#discussion_r2000188097


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/QueueControlImpl.java:
##########
@@ -1722,6 +1722,21 @@ public boolean isPaused() throws Exception {
       }
    }
 
+   @Override
+   public boolean isPersistedPause() {
+      if (AuditLogger.isBaseLoggingEnabled()) {
+         AuditLogger.isPaused(queue);

Review Comment:
   Fixed.





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

    Worklog Id:     (was: 962206)
    Time Spent: 0.5h  (was: 20m)

> Expose persisted status of queue's paused attribute
> ---------------------------------------------------
>
>                 Key: ARTEMIS-5207
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5207
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: arne anka
>            Assignee: Justin Bertram
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> It is not easy to determine whether an address or queue is paused (and if 
> pause is persisted) despite being a rather important state. 
> It would be helpful to have that marked more prominently in the "Queues" tab 
> where it currently isn't even a default column.
> This state isn't displayed anywhere for addresses, despite being part of the 
> operations of an address. I think it merits a place on the "Addresses" tab.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to