Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • File order - first match top to bottom.
  • group lists can be extended to subsequent lines by using the '/\'character
  • All Permission lines need to be specified on a single line
  • The last line of the file is defaulted to be 'acl deny'
  • Group names may contain a-z, A-Z, 0-9, '-','_'
Code Block
group <group-name> = [user-list] [group-name-list]

action = [consume|
    publish|
    create|
    access|
    bind|
    unbind|
    delete|
    purge]

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

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

...