You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Stefano Abbate (Jira)" <ji...@apache.org> on 2021/07/27 06:53:00 UTC

[jira] [Commented] (ARTEMIS-3401) Support dead-letter and expiry identification on the web console via regex

    [ https://issues.apache.org/jira/browse/ARTEMIS-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387819#comment-17387819 ] 

Stefano Abbate commented on ARTEMIS-3401:
-----------------------------------------

For monitoring and separation of duties we programmatically configure a dedicated DLQ address and queue for each queue; the name of the address and the queue is the same and it is defined by just prefixing the "DLQ." string to name of the queue. It would be nice to be able to select a subset of messages and press the "Retry Messages" button; the same behavior we already have with messages under the global DLQ address / queue.

> Support dead-letter and expiry identification on the web console via regex
> --------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3401
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3401
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently dead-letter and expiry addresses can only be identified on the web console if they perfectly match a configurable string value (i.e. {{DLQ}} and {{ExpiryQueue}} by default respectively). However, lots of users have multiple dead-letter and expiry resources which follow the same naming pattern. The web console should support using a regular expression so all of these addresses can be properly identified.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)