ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount Interface

public static interface ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount

The stage of the subscription definition allowing to specify maximum delivery count of message before moving it to dead-letter queue.

Method Summary

Modifier and Type Method and Description
abstract Update withMessageMovedToDeadLetterQueueOnMaxDeliveryCount(int deliveryCount)

Specifies maximum number of times a message can be delivered.

Method Details

withMessageMovedToDeadLetterQueueOnMaxDeliveryCount

public abstract ServiceBusSubscription.Update withMessageMovedToDeadLetterQueueOnMaxDeliveryCount(int deliveryCount)

Specifies maximum number of times a message can be delivered. Once this count has exceeded, message will be moved to dead-letter subscription.

Parameters:

deliveryCount - maximum delivery subscription

Returns:

the next stage of subscription update

Applies to