This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,18 @@ authentication (determining who can log in) and authorisation
55(determining what permissions they have) by making requests to an HTTP
66server.
77
8- As with all authentication plugins, this one requires rabbitmq- server
8+ As with all [ authentication plugins] ( http://rabbitmq.com/access-control.html ) , this one requires RabbitMQ server
992.3.1 or later.
1010
11- Note: it's at an early stage of development, although it's
12- conceptually very simple.
11+ Under a heavy load this plugin can put a higher than expected amount of load on it's backing service.
12+ We recommend using it together with [ rabbitmq_auth_backend_cache] ( http://github.com/rabbitmq/rabbitmq-auth-backend-cache )
13+ with a reasonable caching interval (e.g. 2-3 minutes).
1314
14- ## Downloading
15+ ## Installing
1516
16- You can download a pre-built binary of this plugin from
17- http://www.rabbitmq.com/community-plugins.html .
18-
19- ## Building
20-
21- You can build and install it like any other plugin (see
22- [ the plugin development guide] ( http://www.rabbitmq.com/plugin-development.html ) ).
23-
24- This plugin depends on the Erlang client (just to grab a URI parser).
17+ Install the corresponding .ez files from our
18+ [ Community Plugins page] ( http://www.rabbitmq.com/community-plugins.html ) . Note that different
19+ releases of this plugin support different versions of RabbitMQ.
2520
2621## Enabling the Plugin
2722
You can’t perform that action at this time.
0 commit comments