SimpleXML ACL does not allow user to consume from temporary queues and named
queues
-----------------------------------------------------------------------------------
Key: QPID-1307
URL: https://issues.apache.org/jira/browse/QPID-1307
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: M2.1, M3
Reporter: Martin Ritchie
If an ACL is configured such that a user has rights to consume from a temporary
queue and a named queue such as:
<queue>
<name>TestQueue</name>
<users>
<user>martin</user>
</users>
</queue>
<queue>
<temporary/>
<users>
<user>martin</user>
</users>
</queue>
Then the granting of access to temporary queues will prevent access to named
queues.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.