Skip to content

Commit 49c6f0b

Browse files
authored
Merge pull request #86386 from philip-young/patch-1
Update message-transfers-locks-settlement.md
2 parents db4660b + 97b760a commit 49c6f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/message-transfers-locks-settlement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-csharp
1111

1212
The central capability of a message broker such as Service Bus is to accept messages into a queue or topic and hold them available for later retrieval. *Send* is the term that is commonly used for the transfer of a message into the message broker. *Receive* is the term commonly used for the transfer of a message to a retrieving client.
1313

14-
When a client sends a message, it usually wants to know whether the message has been properly transferred to and accepted by the broker or whether some sort of error occurred. This positive or negative acknowledgment settles the client and the broker understanding about the transfer state of the message. So, it' referred to as *settlement*.
14+
When a client sends a message, it usually wants to know whether the message has been properly transferred to and accepted by the broker or whether some sort of error occurred. This positive or negative acknowledgment settles the understanding of both the client and broker about the transfer state of the message. Therefore, it's referred to as a *settlement*.
1515

1616
Likewise, when the broker transfers a message to a client, the broker and client want to establish an understanding of whether the message has been successfully processed and can therefore be removed, or whether the message delivery or processing failed, and thus the message might have to be delivered again.
1717

@@ -127,4 +127,4 @@ The default value for the lock duration is **30 seconds**. You can specify a dif
127127
## Next steps
128128
- A special case of settlement is deferral. See the [Message deferral](message-deferral.md) for details.
129129
- To learn about dead-lettering, see [Dead-letter queues](service-bus-dead-letter-queues.md).
130-
- To learn more about Service Bus messaging in general, see [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)
130+
- To learn more about Service Bus messaging in general, see [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)

0 commit comments

Comments
 (0)