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 the ReceivedStamp and RedeliveryStamp logic from the SendMessageMiddleware into the SendersLocator (or a decorator of it).
This avoids the need of requiring a SendersLocatorInterface::getSenderByAlias method and makes the code cleaner.