Skip to content

Commit a3f40ca

Browse files
Random exchange: README.md updates
1 parent 0ffee67 commit a3f40ca

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

deps/rabbitmq_random_exchange/README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,13 @@ interested.
1111

1212
## Installation
1313

14-
Install the corresponding .ez files from our
15-
[GitHub releases](https://github.com/rabbitmq/rabbitmq-random-exchange/releases) or [Community Plugins page](https://www.rabbitmq.com/community-plugins.html).
16-
17-
Then run the following command:
14+
This plugin ships with RabbitMQ. Like all other plugins, it must be enabled
15+
before it can be used:
1816

1917
```bash
20-
rabbitmq-plugins enable rabbitmq_random_exchange
18+
[sudo] rabbitmq-plugins enable rabbitmq_random_exchange
2119
```
2220

23-
## Building from Source
24-
25-
Please see [RabbitMQ Plugin Development guide](https://www.rabbitmq.com/plugin-development.html).
26-
27-
To build the plugin:
28-
29-
git clone git://github.com/rabbitmq/rabbitmq-random-exchange.git
30-
cd rabbitmq-random-exchange
31-
make
32-
33-
Then copy all the `*.ez` files inside the `plugins` folder to the [RabbitMQ plugins directory](https://www.rabbitmq.com/relocate.html)
34-
and enable the plugin:
35-
36-
[sudo] rabbitmq-plugins enable rabbitmq_random_exchange
37-
38-
3921
## Usage
4022

4123
To create a _random_, just declare an exchange providing the type `"x-random"`.

0 commit comments

Comments
 (0)