File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed
deps/rabbitmq_random_exchange Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -11,31 +11,13 @@ interested.
11
11
12
12
## Installation
13
13
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:
18
16
19
17
``` bash
20
- rabbitmq-plugins enable rabbitmq_random_exchange
18
+ [sudo] rabbitmq-plugins enable rabbitmq_random_exchange
21
19
```
22
20
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
-
39
21
## Usage
40
22
41
23
To create a _ random_ , just declare an exchange providing the type ` "x-random" ` .
You can’t perform that action at this time.
0 commit comments