Files
discordeno/examples/bigbot/rabbitmq

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 sudo based on your RabbitMQ setup/current shell permissions