Skip to content

Added config property for retry logic in rabbitmq (GONRG-6407)

Yurii Ruban [EPAM / GCP] requested to merge rabbitmq_retry into master

Description:

Implemented retry logic for rabbitMQ.

How to test:

  1. Add property to service with rabbitMQ. (For example, Indexer) rabbitmq-retry-delay={time in ms} rabbitmq-retry-limit={retry count}
  2. Check aditional exchange for queue with type x-delayed-message
  3. Push event with exception in structure
  4. 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