Skip to content

Commit

Permalink
Update transports/azure-service-bus/configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Öhlund <andreas.ohlund@particular.net>
  • Loading branch information
lailabougria and andreasohlund authored Dec 2, 2024
1 parent c430aea commit 14e31bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/azure-service-bus/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ partial: lockrenewal
> Message lock renewal is initiated by client code, not the broker. If the request to renew the lock fails after all the SDK built-in retries (e.g., due to connection loss), the lock won't be renewed, and the message will become unlocked and available for processing by competing consumers. Lock renewal should be treated as a best effort, not as a guaranteed operation.
> [!NOTE]
> If a message lock renewal is required, it may be worth checking the duration of the handlers, and see whether these can be optimised. In addition, it may be worth checking wither the prefetch count is too high, considering that all messages are locked on peek. This may indicate that too many messages are locked for which the processing exceeds the lock duration.
> If message lock renewal is required, it may be worth checking the duration of the handlers, and see whether these can be optimised. In addition, it may be worth checking whether the prefetch count is too high, considering all messages are locked on peek. This may indicate that too many messages are locked for which the processing exceeds the lock duration.

0 comments on commit 14e31bd

Please sign in to comment.