ACL has been edited by Carl Trieloff (Jul 30, 2008).

(View changes)

Content:
group <group-name> = [user-list] [group-name-list]

action = ""
    publish|
    create|
    access|
    bind|
    unbind|
    delete|
    purge]

permission = [allow|allow-log|deny|deny-log]
property = [temporary|durable|owner]
object = [queue|exchange|routingkey]

permission <group-name> [action] [object=<object-name>] [property = <property-value>]

File order , most specific first.

Example file:

group admin tedr martin

qpid-acl carlt allow create queue=\* temporary=true durable=false 
qpid-acl guest allow bind queue=\* exchange=amq.topic routingkey=stocks.ibm.#  owner=<self>
qpid-acl admin allow consume queue=<self>

Reply via email to