mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 15:30:07 +00:00
RabbitMQ
This template has been tested using RabbitMQ v3.12.14 (Erlang v26.2.5)
Plugins
The template needs the rabbitmq_message_deduplication plugin.
This template has been tested with version v0.6.2 of said plugin. The .ez files are already in the message-deduplication folder, but you can re-download them from the original repository if needed.
To enable the plugin you will need to run the following command:
rabbitmq-plugins enable rabbitmq_message_deduplication
Note
You may need to prefix the command with
sudobased on your RabbitMQ setup/current shell permissions