Skip to content

Commit 1a5bdd7

Browse files
authored
Merge pull request #7114 from Particular/feature/error-handling-docs
Legacy Docs Review: Error handling
2 parents 290d4f2 + fca7f9b commit 1a5bdd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nservicebus/recoverability/configure-error-handling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure error handling
33
summary: Configure handling of failed messages
44
component: Core
5-
reviewed: 2023-03-30
5+
reviewed: 2025-04-28
66
redirects:
77
- nservicebus/configure-error-queue
88
related:
@@ -42,11 +42,11 @@ snippet: ErrorHeadersCustomizations
4242

4343
## Error queue monitoring
4444

45-
Administrators should monitor the error queue in order to detect when problems occur. The message in the error queue contains relevant information such as the endpoint that originally processed the message and exception details. With this information, an administrator can investigate the problem and solve it, for example, bringing up a database that went down.
45+
Administrators should monitor the error queue in order to detect when problems occur. The message in the error queue contains relevant information such as the endpoint that initially processed the message and exception details. This allows an administrator to investigate the problem.
4646

47-
Monitoring and handling of failed messages with [ServicePulse](/servicepulse/) provides access to full exception details including the stack-trace. [ServiceInsight](/serviceinsight/) offers advanced debugging capability providing additional information like exception details as well as visualizing the flow of messages. Both ServiceInsight and ServicePulse provide `retry` functionality that sends a failed message from the error queue back to the originating endpoint for re-processing. For more details on how to retry a message using ServicePulse, see [Introduction to Failed Messages Monitoring in ServicePulse](/servicepulse/intro-failed-messages.md). To retry a message using ServiceInsight, see [Managing Errors and Retries in ServiceInsight](/serviceinsight/managing-errors-and-retries.md).
47+
Monitoring and handling of failed messages with [ServicePulse](/servicepulse/) provides access to full exception details, including the stack-trace. [ServiceInsight](/serviceinsight/) provides advanced debugging capabilities by offering additional information, such as message flow visualization. Both ServiceInsight and ServicePulse provide message retry functionality, which sends a failed message back to the originating endpoint for reprocessing. For more details on how to retry a message using ServicePulse, see [Introduction to Failed Messages Monitoring in ServicePulse](/servicepulse/intro-failed-messages.md). To retry a message using ServiceInsight, see [Managing Errors and Retries in ServiceInsight](/serviceinsight/managing-errors-and-retries.md).
4848

49-
If either ServicePulse or ServiceInsight are not available in the environment, the `retry` operation can be performed using the native management tools appropriate for the selected transport:
49+
If ServicePulse and ServiceInsight are not available in the environment, the message retry functionality can be performed using the native management tools appropriate for the selected transport:
5050

5151
* [MSMQ Scripting](/transports/msmq/operations-scripting.md)
5252
* [RabbitMQ Scripting](/transports/rabbitmq/operations-scripting.md)

0 commit comments

Comments
 (0)