Skip to content

Commit a9f16f3

Browse files
Merge pull request #232628 from spelluru/sbusn0329
Freshness review of NServiceBus article
2 parents 13b5c9e + bd574a8 commit a9f16f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/build-message-driven-apps-nservicebus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: kbaley
55
ms.author: spelluru
66
ms.service: service-bus-messaging
77
ms.topic: how-to
8-
ms.date: 07/26/2021
8+
ms.date: 03/29/2023
99
ms.custom: template-how-to
1010
---
1111

@@ -241,7 +241,7 @@ Now that you have everything working, let's break it.
241241

242242
Errors are a fact of life in software systems. It's inevitable that code will fail and it can do so for various reasons, such as network failures, database locks, changes in a third-party API, and plain old coding errors.
243243

244-
NServiceBus has robust recoverability features for handling failures. When a message handler fails, messages are automatically retried based on a pre-defined policy. There are two types of retry policy: immediate retries and delayed retries. The best way to describe how they work is to see them in action. Let's add a retry policy to our Receiver endpoint:
244+
NServiceBus has robust recoverability features for handling failures. When a message handler fails, messages are automatically retried based on a predefined policy. There are two types of retry policy: immediate retries and delayed retries. The best way to describe how they work is to see them in action. Let's add a retry policy to our Receiver endpoint:
245245

246246
1. Open `Program.cs` in the Sender project
247247
1. After the `.EnableInstallers` line, add the following code:

0 commit comments

Comments
 (0)