Skip to content

Commit

Permalink
max delivery count on subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Oct 23, 2020
1 parent 5d6e0be commit 02ee5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/src/serviceBusClient.ts
Expand Up @@ -137,7 +137,7 @@ export class ServiceBusClient {
* - In receiveAndDelete mode, messages are deleted from Service Bus as they are received.
*
* Messages that are not settled within the lock duration will be redelivered as many times as
* the max delivery count set on the queue, after which they get sent to a separate dead letter
* the max delivery count set on the subscription, after which they get sent to a separate dead letter
* queue.
*
* You can settle a message by calling completeMessage(), abandonMessage(), deferMessage() or
Expand Down

0 comments on commit 02ee5a1

Please sign in to comment.