Merge pull request #46 from rabbitmq/rabbitmq-server-1085

Mention topic authorisation for consumption
This commit is contained in:
Michael Klishin 2017-02-06 01:22:25 +03:00 committed by GitHub
commit 774b922c4a
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ Note that you cannot create arbitrary virtual hosts using this plugin; you can o
* `vhost` - the name of the virtual host containing the resource
* `resource` - the type of resource (`topic` in this case)
* `name` - the name of the exchange
* `permission` - the access level to the resource (`write` in this case)
* `routing_key` - the routing key of the published message
* `permission` - the access level to the resource (`write` or `read`)
* `routing_key` - the routing key of a published message (when the permission is `write`)
See [topic authorisation](http://www.rabbitmq.com/access-control.html#topic-authorisation) for more information
about topic authorisation.