Skip to content

Commit e1c7de6

Browse files
1 parent a9a6075 commit e1c7de6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you accept the limitations, please read on.
1414

1515
## The Basics
1616

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
1818
then publish messages with the custom header `x-delay` expressing in
1919
milliseconds a delay time for the message. The message will be
2020
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.
6666

6767
Binary builds are distributed [via GitHub releases](https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases).
6868

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.
7171

7272
To find out what the plugins directory is, use `rabbitmq-plugins directories`
7373

0 commit comments

Comments
 (0)