Skip to content

Commit 228f905

Browse files
authored
Merge pull request #86 from tdugue/tdugue-disable-plugin
fix disable plugin
2 parents 44e4ff8 + 038bdd4 commit 228f905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When declaring a queue, it is possible to enable message deduplication via the `
8585
It is possible to disable the plugin via the command:
8686

8787
```bash
88-
[sudo] rabbitmq-plugins enable rabbitmq_message_deduplication
88+
[sudo] rabbitmq-plugins disable rabbitmq_message_deduplication
8989
```
9090

9191
All deduplication exchanges and queues will be rendered non functional. It is responsibility of the User to remove them.

0 commit comments

Comments
 (0)