Skip to content

Commit e36e04d

Browse files
Update message-transfers-locks-settlement.md
Updated docs to indicate delivery count behavior on lock lost.
1 parent deecdc9 commit e36e04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.
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.
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 or subscription 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)