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]
Merge request reports
Activity
changed milestone to %M16 - Release 0.19
added GC label
assigned to @Stanislav_Riabokon
added 3 commits
-
9aa54ac1...417c93ef - 2 commits from branch
master
- 5bb16df6 - Merge branch 'master' into rabbitmq_retry
-
9aa54ac1...417c93ef - 2 commits from branch
added 3 commits
-
5bb16df6...f76a5403 - 2 commits from branch
master
- 631d1086 - Merge branch 'master' into rabbitmq_retry
-
5bb16df6...f76a5403 - 2 commits from branch
mentioned in commit c006ffaa
Please register or sign in to reply