feat(rabbitmq): Add prefix key configuration for queue names

This commit is contained in:
Davidson Gomes
2025-01-28 18:01:28 -03:00
parent f11e3247f0
commit fa19c7fa89
4 changed files with 19 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ RABBITMQ_URI=amqp://localhost
RABBITMQ_EXCHANGE_NAME=evolution
# Global events - By enabling this variable, events from all instances are sent in the same event queue.
RABBITMQ_GLOBAL_ENABLED=false
# Prefix key to queue name
RABBITMQ_PREFIX_KEY=evolution
# Choose the events you want to send to RabbitMQ
RABBITMQ_EVENTS_APPLICATION_STARTUP=false
RABBITMQ_EVENTS_INSTANCE_CREATE=false