GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/701

    ARTEMIS-529 finer-grained security for queues

    This was the simplest way I could think of to implement this feature.  It 
allows a security-setting to match to a particular queue by using the syntax 
"<address>.<queue>" in the match.  For example, if two queues  A & B each 
mapped to the same address Z each queue could have independent 
security-settings by matching "Z.A" and "Z.B".  
    
    If people are in favor of this implementation then I will write up some 
documentation and squash that with this commit so don't merge this until there 
is a satisfactory consensus and docs are written (if necessary).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-592

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/701.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #701
    
----
commit 7f59eac04aad997cba1fc1cd6c9fd14527001fd9
Author: jbertram <jbert...@apache.org>
Date:   2016-07-02T02:18:06Z

    ARTEMIS-529 finer-grained security for queues

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to