[
https://issues.apache.org/jira/browse/ARTEMIS-5207?focusedWorklogId=962174&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-962174
]
ASF GitHub Bot logged work on ARTEMIS-5207:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 17/Mar/25 21:33
Start Date: 17/Mar/25 21:33
Worklog Time Spent: 10m
Work Description: tabish121 commented on code in PR #5560:
URL: https://github.com/apache/activemq-artemis/pull/5560#discussion_r1999705899
##########
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:
It seems like this would need to have a new audit logger call added and not
call the isPasued API
Issue Time Tracking
-------------------
Worklog Id: (was: 962174)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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