Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
group group<group-namename> = [user-list] [group-name-list]

action = [CONSUMEconsume|
    PUBLISHpublish|
    CREATEcreate|
    ACCESSaccess|
    BINDbind|
    UNBINDunbind|
    DELETEdelete|
    PURGEpurge]

permission = [allow|allow-log|deny|deny-log]
properties = [temporary|durable|owner]

permission group<group-namename> [action] [queue=<queuename>]
[exchange=<exchangename>] [routingkey '=' <routingkey>] [property = <properties>]

example Example file:

Code Block


group admin tedr martin

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

There are a few pieces of nomenclature we need to agree on:
permissions
objects (queue,exchange, rkey...)
users (user, group,role?)
properties(temporary,durable,owner)