[ https://issues.apache.org/jira/browse/ARTEMIS-5548 ]
Justin Bertram deleted comment on ARTEMIS-5548:
-----------------------------------------
was (Author: jbertram):
For what it's worth this operation is available by clicking the vertical
ellipsis at the end of the row for the message, e.g:
!dlq-resend-screenshot.png|width=50%, height=50%!
That said, I think it would be more useful to have it back with the buttons for
the other operations as it was previously.
> retry button/action not showing for DLQ messages in console
> -----------------------------------------------------------
>
> Key: ARTEMIS-5548
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5548
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: management, Web Console
> Affects Versions: 2.41.0
> Reporter: Michael Desmedt
> Priority: Minor
> Attachments: artemis_2.37_retry.png,
> image-2025-06-19-11-17-28-683.png, image-2025-06-19-11-23-07-792.png,
> image-2025-06-19-11-23-48-941.png
>
>
> In version 2.37.0, there used to be a button at the top of messages in DLQs
> to "retry" this message and put it back in the original queue.
> !artemis_2.37_retry.png!
> In version 2.41.0, this button/action does not show anymore
> !image-2025-06-19-11-17-28-683.png!
> extract of management.xml for this address
>
> {code:java}
> <match domain="org.apache.activemq.artemis"
> key="address=DLQ.eboxdp.events">
> <access method="count*"
> roles="amq,readonly,gEboxdp"/>
> <access method="browse*"
> roles="amq,readonly,gEboxdp"/>
> <access method="list*"
> roles="amq,readonly,gEboxdp"/>
> <access method="get*"
> roles="amq,readonly,gEboxdp"/>
> <access method="is*"
> roles="amq,readonly,gEboxdp"/>
> <access method="retry*"
> roles="amq,readonly,gEboxdp"/>
> <!-- give ability to send and remove messages
> from queues to users who have write permissions -->
> <access method="send*" roles="amq,gEboxdp"/>
> <access method="remove*" roles="amq,gEboxdp"/>
> <!-- end -->
> <access method="set*" roles="amq"/>
> <access method="*" roles="amq"/>
> </match>
> <match domain="org.apache.activemq.artemis"
> key="queue=DLQ.eboxdp.events">
> <access method="count*"
> roles="amq,readonly,gEboxdp"/>
> <access method="browse*"
> roles="amq,readonly,gEboxdp"/>
> <access method="list*"
> roles="amq,readonly,gEboxdp"/>
> <access method="get*"
> roles="amq,readonly,gEboxdp"/>
> <access method="is*"
> roles="amq,readonly,gEboxdp"/>
> <!-- give ability to send and remove messages
> from queues to users who have write permissions -->
> <access method="retry*" roles="amq,gEboxdp"/>
> <access method="send*" roles="amq,gEboxdp"/>
> <access method="remove*" roles="amq"/>
> <!-- end -->
> <access method="set*" roles="amq"/>
> <access method="*" roles="amq"/>
> </match>
> {code}
>
> However I can see that the method is enabled in the queue list > 'operations'
> !image-2025-06-19-11-23-48-941.png!
> !image-2025-06-19-11-23-07-792.png!
>
>
--
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