Merge pull request #46 from rabbitmq/rabbitmq-server-1085
Mention topic authorisation for consumption
This commit is contained in:
commit
774b922c4a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue