GetQueueSettings

data class GetQueueSettings(val deliveryDelay: Double, val messageRetentionPeriod: Double)

Constructors

Link copied to clipboard
constructor(deliveryDelay: Double, messageRetentionPeriod: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of seconds to delay delivery of all messages to consumers.

Link copied to clipboard

Number of seconds after which an unconsumed message will be delayed.