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

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

                Author: ASF GitHub Bot
            Created on: 02/Apr/25 13:08
            Start Date: 02/Apr/25 13:08
    Worklog Time Spent: 10m 
      Work Description: AntonRoskvist opened a new pull request, #5593:
URL: https://github.com/apache/activemq-artemis/pull/5593

   Currently, some queue management operations act on all messages (including 
paged and scheduled messages) and some don't. Some operations use their own 
iterator logic (internally) and some use a common method.
   
   This change aims to improve this by adding some functionality into the 
'QueueIterateAction' class and then have additional management operations use 
it (so that their behavior is consistent with regards to what messages they 
target and how)
   
   As of now I have left expire and delete reference/references out as I wasn't 
100% sure it wont have any adverse effects. If desired, they should be trivial 
to add as well.




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

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

> Include all messages in queue management operations
> ---------------------------------------------------
>
>                 Key: ARTEMIS-5376
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5376
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Anton Roskvist
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, some queue management operations act on all messages (including 
> paged and scheduled messages) and some don't. Some operations use their own 
> iterator logic (internally) and some use a common method.
> This change aims to improve this by adding some functionality into the 
> 'QueueIterateAction' class and then have additional management operations use 
> it (so that their behavior is consistent with regards to what messages they 
> target and how)
> As of now I have left expire and delete reference/references out as I wasn't 
> 100% sure it wont have any adverse effects. If desired, they should be 
> trivial to add as well.



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