Skip to content

Commit fca7f9b

Browse files
Apply suggestions from code review
Co-authored-by: Laila Bougria <[email protected]>
1 parent 75120bc commit fca7f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nservicebus/recoverability/configure-error-handling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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. This lets an administrator investigate the problem.
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 message flow visualization. Both ServiceInsight and ServicePulse provide message retry functionality that sends a failed message 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 message retry functionality 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)