James Carman created AMQ-5717:
---------------------------------
Summary: Add support for suffix destination filtering
Key: AMQ-5717
URL: https://issues.apache.org/jira/browse/AMQ-5717
Project: ActiveMQ
Issue Type: New Feature
Components: Broker
Affects Versions: 5.11.1
Reporter: James Carman
Recently we had a question on the mailing list about whether we supported
matching destinations based on suffixes. Unfortunately, the answer was 'no'.
Suffix matching should be supported, using a similar pattern that we use for
prefix matching:
< matches anything
<.A matches A, foo.A, foo.bar.A
<.A.B matches A.B, foo.A.B, foo.bar.A.B
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)