File tree Expand file tree Collapse file tree 1 file changed +5
-20
lines changed
deps/rabbitmq_event_exchange Expand file tree Collapse file tree 1 file changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ the management plugin for stats.
11
11
12
12
## How it Works
13
13
14
- It declares a topic exchange called ' amq.rabbitmq.event' in the default
15
- virtual host. All events are published to this exchange with routing
14
+ It declares a topic exchange called ` amq.rabbitmq.event ` ** in the default
15
+ virtual host** . All events are published to this exchange with routing
16
16
keys like 'exchange.created', 'binding.deleted' etc, so you can
17
17
subscribe to only the events you're interested in.
18
18
@@ -23,26 +23,11 @@ gets published, don't allow them access.
23
23
24
24
## Installation
25
25
26
- ### With RabbitMQ 3.6.0 or Later
27
-
28
- Most recent RabbitMQ version ships with this plugin.
29
- As of RabbitMQ ` 3.6.0 ` this plugin is included into the RabbitMQ distribution.
30
-
31
- Enable it with the following command:
32
-
33
- ``` bash
34
- rabbitmq-plugins enable rabbitmq_event_exchange
35
- ```
36
-
37
- ### With RabbitMQ 3.5.x
38
-
39
- You can download a pre-built binary of this plugin from
40
- the [ RabbitMQ Community Plugins] ( https://www.rabbitmq.com/community-plugins.html ) page.
41
-
42
- Then run the following command:
26
+ This plugin ships with RabbitMQ. Like with all other plugins, it must be
27
+ enabled before it can be used:
43
28
44
29
``` bash
45
- rabbitmq-plugins enable rabbitmq_event_exchange
30
+ [sudo] rabbitmq-plugins enable rabbitmq_event_exchange
46
31
```
47
32
48
33
## Event format
You can’t perform that action at this time.
0 commit comments