Skip to content

Commit d6c97e0

Browse files
committed
update
1 parent 0379f42 commit d6c97e0

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
@@ -2,7 +2,7 @@
22
title: Azure Service Bus message transfers, locks, and settlement
33
description: This article provides an overview of Azure Service Bus message transfers, locks, and settlement operations.
44
ms.topic: article
5-
ms.date: 02/22/2024
5+
ms.date: 03/21/2025
66
ms.devlang: csharp
77
ms.custom: devx-track-csharp
88
---
@@ -124,7 +124,7 @@ The typical mechanism for identifying duplicate message deliveries is by checkin
124124
> * Changing properties on the entity (Queue, Topic, Subscription) while holding the lock.
125125
> * If the Service Bus Client application loses its connection to the Service Bus for any reason.
126126
>
127-
> When the lock is lost, Azure Service Bus will generate a MessageLockLostException or SessionLockLostException, which will surface in the client application. In this case, the client's default retry logic should automatically kick in and retry the operation. Moreover, the delivery count of the message will not be incremented.
127+
> When the lock is lost, Azure Service Bus will generate a MessageLockLostException or SessionLockLostException, which will surface in the client application. In this case, the client's default retry logic should automatically kick in and retry the operation. Moreover, the delivery count of the message won't be incremented.
128128
129129
## Renew locks
130130
The default value for the lock duration is **1 minute**. You can specify a different value for the lock duration at the [queue](/dotnet/api/azure.messaging.servicebus.administration.createqueueoptions.lockduration) or [subscription](/dotnet/api/azure.messaging.servicebus.administration.createsubscriptionoptions.lockduration) level. The client owning the lock can renew the message lock by using methods on the receiver object. Instead, you can use the automatic lock-renewal feature where you can specify the time duration for which you want to keep getting the lock renewed.

0 commit comments

Comments
 (0)