This commit is contained in:
Michael Klishin 2017-02-16 01:56:38 +03:00 committed by GitHub
parent 4a95b9e845
commit 647d9200a4
1 changed files with 1 additions and 1 deletions

View File

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