You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "James Carman (JIRA)" <ji...@apache.org> on 2015/04/11 11:52:12 UTC

[jira] [Created] (AMQ-5717) Add support for suffix destination filtering

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)