Skip to content

Releases: asecurityteam/messageprocessor

Rename Retry decorator component

08 Oct 19:49
a240184

Choose a tag to compare

v0.4.0

Merge pull request #4 from asecurityteam/PSD-1088/component-retry-dec…

Component for RetryableMessageProcessor

08 Oct 18:01
946a1dd

Choose a tag to compare

v0.3.0

Merge pull request #3 from asecurityteam/PSD-1088/component-retry-dec…

Improve MessageProcessorError interface

05 Oct 23:06
7e91d6c

Choose a tag to compare

Retry Decorator for Message Processor

05 Oct 17:25
d4ba212

Choose a tag to compare

RetryableMessageProcessor is a MessageProcessor decorator that re-attempts
processing of messages maxAttempts number of times in case of failures

  1. maxAttempts is a configurable parameter which can be set by consumer of this lib
  2. Exponential backoff has been implemented as a retry mechanism
  3. RetryAfter is supported

Initial message processor

05 Oct 15:23

Choose a tag to compare

v0.0.0

initial