Skip to content

add AbstractMessageHandlerWithActiveRetry implementation for service bus message handler

Yauheni Lesnikau requested to merge add-sb-retry into master

All Submissions:


  • [YES] I have added an explanation of what changes in this merge do and why we should include it?
  • [YES] I have updated the documentation accordingly.
  • [YES] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] My code follows the code style of this project.
  • [YES] I ran lint checks locally prior to submission.

What is the issue or story related to the change?


High level design:

Issue: #22 (closed)

Change details: I've added new class AbstractMessageHandlerWithActiveRetry which extends the AbstractMessageHandler which provides functionality for the retry management.

Edited by Yauheni Lesnikau

Merge request reports