File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ If you accept the limitations, please read on.
14
14
15
15
## The Basics
16
16
17
- With this plugin enabled, a user can declare an exchange with the type ` x-delayed-message ` and
17
+ With this plugin [ enabled] ( https://www.rabbitmq.com/docs/plugins ) , a user can declare an exchange with the type ` x-delayed-message ` and
18
18
then publish messages with the custom header ` x-delay ` expressing in
19
19
milliseconds a delay time for the message. The message will be
20
20
delivered to the respective queues after ` x-delay ` milliseconds.
@@ -66,8 +66,8 @@ So, give it a try with your workload and decide for yourself.
66
66
67
67
Binary builds are distributed [ via GitHub releases] ( https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases ) .
68
68
69
- As with all 3rd party plugins, the ` .ez ` file must be placed into a [ node's plugins directory] ( https://rabbitmq.com/plugins.html#plugin-directories )
70
- and be readable by the effective user of the RabbitMQ process.
69
+ As with all 3rd party plugins, the ` .ez ` file must be copied into a [ node's plugins directory] ( https://rabbitmq.com/plugins.html#plugin-directories )
70
+ with sufficient permissions for the effective user of the RabbitMQ process to load it from disk .
71
71
72
72
To find out what the plugins directory is, use ` rabbitmq-plugins directories `
73
73
You can’t perform that action at this time.
0 commit comments