feat: Updates RabbitMQ with new optimizations and configurations

- Implements Retry and Reconnect system in the integration with RabbitMQ.
- Adds optimizations with parameterized configurations via environment variables (MESSAGE_TTL, MAX_LENGTH and MAX_LENGTH_BYTES).
- Introduces non-persistent messages to reduce disk usage and automatic cleaning of expired messages in queues.
- Updates the version to 1.8.6 in package.json and CHANGELOG.md.
This commit is contained in:
Davidson Gomes
2025-04-30 15:44:12 -03:00
parent 960efcecd5
commit 86c603b3a1
7 changed files with 54 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "evolution-api",
"version": "1.8.5",
"version": "1.8.6",
"description": "Rest api for communication with WhatsApp",
"main": "./dist/src/main.js",
"scripts": {