Skip to content

Commit ff61ebf

Browse files
Event exchange: README.md updates
(cherry picked from commit 4efb92c)
1 parent fdbedf5 commit ff61ebf

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

deps/rabbitmq_event_exchange/README.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ the management plugin for stats.
1111

1212
## How it Works
1313

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
1616
keys like 'exchange.created', 'binding.deleted' etc, so you can
1717
subscribe to only the events you're interested in.
1818

@@ -23,26 +23,11 @@ gets published, don't allow them access.
2323

2424
## Installation
2525

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:
4328

4429
```bash
45-
rabbitmq-plugins enable rabbitmq_event_exchange
30+
[sudo] rabbitmq-plugins enable rabbitmq_event_exchange
4631
```
4732

4833
## Event format

0 commit comments

Comments
 (0)