ServiceQueueDlqPolicy

data class ServiceQueueDlqPolicy(val deadLetterTargetQueue: String? = null, val enabled: Boolean? = null, val maxReceiveCount: Int? = null)

Constructors

Link copied to clipboard
constructor(deadLetterTargetQueue: String? = null, enabled: Boolean? = null, maxReceiveCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The queue to which dead-letter messages are delivered.

Link copied to clipboard
val enabled: Boolean? = null

Specifies whether to enable the dead-letter message delivery. Valid values: true, false.

Link copied to clipboard
val maxReceiveCount: Int? = null

The maximum number of retries.