You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Refactoring idea: Move theReceivedStamp andRedeliveryStamp logic from theSendMessageMiddleware into theSendersLocator (or a decorator of it). This avoids the need of requiring aSendersLocatorInterface::getSenderByAlias method and makes the code cleaner.