mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 02:59:14 +00:00
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 addresses which follow the same naming pattern. The web console should support using a regular expression so all of these addresses can be properly identified.