Support non-standard destination path separators
------------------------------------------------

                 Key: AMQ-3204
                 URL: https://issues.apache.org/jira/browse/AMQ-3204
             Project: ActiveMQ
          Issue Type: New Feature
    Affects Versions: 5.4.2
            Reporter: Dejan Bosanac
             Fix For: 5.5.0


Wildcards only work on destination paths, separated by standard separator (.), 
so 

FOO.>
FOO.*.BAR

are valid. But if someone want to use non-standard path separator (like /)

FOO/>
FOO/*/BAR

wildcards in won't work. Also, policy, security and other settings that use 
them will also be ignored.

The easiest way to support this is to create a plugin that will convert 
destination names using non-standard path separator to default one, so clients 
can use whatever convention they want and broker config remains the same.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to