Releases: asecurityteam/messageprocessor
Releases · asecurityteam/messageprocessor
Rename Retry decorator component
v0.4.0 Merge pull request #4 from asecurityteam/PSD-1088/component-retry-dec…
Component for RetryableMessageProcessor
v0.3.0 Merge pull request #3 from asecurityteam/PSD-1088/component-retry-dec…
Improve MessageProcessorError interface
Retry Decorator for Message Processor
RetryableMessageProcessor is a MessageProcessor decorator that re-attempts
processing of messages maxAttempts number of times in case of failures
maxAttemptsis a configurable parameter which can be set by consumer of this lib- Exponential backoff has been implemented as a retry mechanism
RetryAfteris supported
Initial message processor
v0.0.0 initial