[ 
https://issues.apache.org/jira/browse/ARTEMIS-5548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Desmedt updated ARTEMIS-5548:
-------------------------------------
    Summary: retry button/action not showing for DLQ messages in console  (was: 
retry button/action not showing next to message in DLQ in console)

> 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: Major
>         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}
>  
> I can also 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: issues-unsubscr...@activemq.apache.org
For additional commands, e-mail: issues-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to