Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.41 KB

managing-errors-and-retries.md

File metadata and controls

38 lines (20 loc) · 1.41 KB
title summary reviewed tags
Managing Errors and Retries in ServiceInsight
View the details of Failed Messages with ServiceInsight and the Retry them
2016-06-02
ServiceInsight

When message processing fails NServiceBus will automatically retry it. If a message continues to fail it will be forwarded to the configured error queue and become visible within ServiceInsight.

The views in ServiceInsight show information about message processing failure with the message. No manual correlation of log files or accessing of remote servers is necessary to research the reasons for an error.

Status in the Message List

The status of an errant message is illustrated in the message window.

An Error in the Message Window

The Flow Diagram

The flow diagram highlights errors in red and provides details with access to the stack trace.

Error in the flow diagram

The Sequence Diagram

The sequence diagram highlights handlers with errors in red.

Error in the sequence diagram

Retrying a failed message

Once the underlying cause for message processing failure has been resolved it is possible to retry a failed message from within ServiceInsight. Find the message to be retried and click Retry Message.