Skip to content

Commit 159832f

Browse files
committed
README: add instructions for disabling the plugin
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 6bc931f commit 159832f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ When declaring a queue, it is possible to enable message deduplication via the `
7979

8080
* `x-deduplication-header`: messages will be deduplicated based on the content of this header. If the header is not provided, the message will not be checked against duplicates.
8181

82+
## Disabling the Plugin
83+
84+
It is possible to disable the plugin via the command:
85+
86+
```bash
87+
[sudo] rabbitmq-plugins enable rabbitmq_message_deduplication
88+
```
89+
90+
All deduplication exchanges and queues will be rendered non functional. It is responsibility of the User to remove them.
91+
8292
## Running the tests
8393

8494
```bash

0 commit comments

Comments
 (0)