An open API service indexing awesome lists of open source software.

https://github.com/pogy-bot/rabbitmq_message_deduplication

get the rabbitmq_message_deduplication without having to break ur whole server
https://github.com/pogy-bot/rabbitmq_message_deduplication

Last synced: over 1 year ago
JSON representation

get the rabbitmq_message_deduplication without having to break ur whole server

Awesome Lists containing this project

README

          

**might not work if your erlang version is different than now**

```bash
git clone https://github.com/Pogy-Bot/rabbitmq_message_deduplication
cd rabbitmq_message_deduplication/
sudo mkdir -p /usr/lib/rabbitmq/plugins/
sudo cp * /usr/lib/rabbitmq/plugins/
sudo chmod 644 /usr/lib/rabbitmq/plugins/*
sudo rabbitmq-plugins enable rabbitmq_message_deduplication
```