Skip to content

Commit b246ee7

Browse files
Merge pull request #217518 from MughundhanRaveendran-MSFT/patch-15
(AzureCXP) fixes MicrosoftDocs/azure-docs#101077
2 parents d513454 + 4512139 commit b246ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-dead-letter-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There are several activities in Service Bus that cause messages to get pushed to
3737
|TTLExpiredException |The message expired and was dead lettered. See the [Time to live](#time-to-live) section for details. |
3838
|Session ID is null. |Session enabled entity doesn't allow a message whose session identifier is null. |
3939
|MaxTransferHopCountExceeded | The maximum number of allowed hops when forwarding between queues has been exceeded. This value is set to 4. |
40-
| MaxDeliveryCountExceededExceptionMessage | Message couldn't be consumed after maximum delivery attempts. See the [Maximum delivery count](#maximum-delivery-count) section for details. |
40+
| MaxDeliveryCountExceeded | Message couldn't be consumed after maximum delivery attempts. See the [Maximum delivery count](#maximum-delivery-count) section for details. |
4141

4242
## Maximum delivery count
4343
There is a limit on number of attempts to deliver messages for Service Bus queues and subscriptions. The default value is 10. Whenever a message has been delivered under a peek-lock, but has been either explicitly abandoned or the lock has expired, the delivery count on the message is incremented. When the delivery count exceeds the limit, the message is moved to the DLQ. The dead-letter reason for the message in DLQ is set to: MaxDeliveryCountExceeded. This behavior can't be disabled, but you can set the max delivery count to a large number.

0 commit comments

Comments
 (0)