Queue.DefinitionStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount Interface
public static interface Queue.DefinitionStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
The stage of the queue 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
With |
withMessageMovedToDeadLetterQueueOnMaxDeliveryCount(int deliveryCount)
Specifies maximum number of times a message can be delivered. |
Method Details
withMessageMovedToDeadLetterQueueOnMaxDeliveryCount
public abstract Queue.DefinitionStages.WithCreate 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 queue.
Parameters:
deliveryCount
- maximum delivery count
Returns:
the next stage of queue definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java