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
- Host: GitHub
- URL: https://github.com/pogy-bot/rabbitmq_message_deduplication
- Owner: Pogy-Bot
- Created: 2023-02-23T01:15:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T01:26:40.000Z (over 3 years ago)
- Last Synced: 2025-01-25T10:26:41.969Z (over 1 year ago)
- Size: 3.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```