Added config property for retry logic in rabbitmq (GONRG-6407)
Description:
Implemented retry logic for rabbitMQ.
How to test:
- Add property to service with rabbitMQ. (For example, Indexer) rabbitmq-retry-delay={time in ms} rabbitmq-retry-limit={retry count}
- Check aditional exchange for queue with type x-delayed-message
- Push event with exception in structure
- Check retry count in service logs
Changes include:
-
New feature (a non-breaking change that adds functionality).
Changes in:
-
GCP
Edited by Riabokon Stanislav(EPAM)[GCP]