[
https://issues.apache.org/jira/browse/ARTEMIS-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17801014#comment-17801014
]
Max commented on ARTEMIS-3428:
------------------------------
So just because there is "delete all messages" feature the pagination and
select all button should be broken for 3 years? Something broke it in v2.17.
Everything was fine in 2.16.
Its not always about deleting. For mass deleting some specific messages we can
use {{removeMessages(String)}} call (with message filter) from operations list.
But there is no way to retry messages by filter using operations commands.
Either need to retry all (which is bad if you have mixed list of messages in
the DLQ or retry one by one. The DLQ Browser allows to retry for selected
messages. There comes the select all very much into the game.
* Browse DLQ
* filter messages by some header (e.g. 500 of 5k)
* select all
* retry
* select all
* retry
Sure, you will say, don't retry but move using operations and filter.
But then my question is, why to offer features which are broken or half
working. If a feature is there, it should work or should be removed.
Also, that would mean I need to know the queue name where the message came
from. Which is not always the case. It depends on the filter.
> Select all button in web console doesn't work as expected
> ---------------------------------------------------------
>
> Key: ARTEMIS-3428
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3428
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 2.17.0, 2.18.0, 2.19.0, 2.20.0, 2.21.0, 2.22.0, 2.23.0,
> 2.24.0, 2.25.0, 2.26.0, 2.27.0, 2.28.0, 2.29.0, 2.30.0, 2.31.0, 2.31.1, 2.31.2
> Reporter: Max
> Priority: Major
>
> When clicking checkbox to select all messages after switching pages, only the
> clicked checkbox changes the state and no message is selected.
> How to reproduce
> very easy.
> make sure you have more messages than fits on one page (e.g. page size 10,
> then 15 messages, page size 50, then 60 messages)
> click browse messages
> change page to the next page (2.. or more)
> change page back to the page 1
> click select all. at this moment it should have selected all messages as
> usuaul. instead only the clicked select all checkbox changes state to
> "selected" but the messages don't get selected.
> This is very annoying bug. Especially in combination with another bug related
> to page size change ARTEMIS-3427. So after clicking back and forth to get
> desired page size displayed and then select all doesn't work. Then need to
> refresh the page to get select all working again but the page size is back to
> default 10. Though sometimes new size persists between refreshes.
> This makes deleting/retrying messages in dlq quite of a ugly task.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)