Skip to content

Commit 038bdd4

Browse files
authored
fix disable plugin
1 parent 44e4ff8 commit 038bdd4

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)