[
https://issues.apache.org/jira/browse/ARTEMIS-5553?focusedWorklogId=973250&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-973250
]
ASF GitHub Bot logged work on ARTEMIS-5553:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Jun/25 20:36
Start Date: 25/Jun/25 20:36
Worklog Time Spent: 10m
Work Description: jbertram opened a new pull request, #5802:
URL: https://github.com/apache/activemq-artemis/pull/5802
(no comment)
Issue Time Tracking
-------------------
Worklog Id: (was: 973250)
Remaining Estimate: 0h
Time Spent: 10m
> Update default management address-settings match
> -------------------------------------------------
>
> Key: ARTEMIS-5553
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5553
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The current default {{match}} for management-related {{address-settings}} is:
> {noformat}
> activemq.management#{noformat}
> This match technically works, but it actually isn't valid syntax. As the
> documentation states:
> {quote}
> An Apache ActiveMQ Artemis wildcard expression contains *words separated by a
> delimiter*. The default delimiter is {{.}} (full stop).
> The special characters {{#}} and {{\*}} also have special meaning and can
> take the place of a *word*.
> To be clear, the wildcard characters cannot be used like wildcards in a
> regular expression. They operate exclusively on *words separated by a
> delimiter*.
> ...
> The character {{#}} means "match any sequence of zero or more words".
> So the wildcard {{news.europe.#}} would match:
> * {{news.europe}}
> * {{news.europe.sport}}
> * {{news.europe.politics}}
> * {{news.europe.politics.regional}}{quote}
> Therefore we should use the match:
> {noformat}
> activemq.management.#{noformat}
--
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