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
When a message is retried after being edited in ServicePulse, the UI never indicates successful re-processing, i.e., the message is never marked as Processed.
Who's affected
All users of ServiceControl using the "Edit & Retry" functionality.
Steps to reproduce
Select a failed message
Click "Edit&Retry"
Click "Retry"
The message processing confirmation (Processed label) is never shown for those messages
Root cause
The ServiceControl.TargetEndpointAddress header value is always removed before message retry. Instead, the logic should use the error queue address.
Confirmed workarounds
Archiving the message once the message is manually confirmed (e.g. looking at the logs of an endpoint) bo have been re-processed