Uses of Interface
com.rabbitmq.client.amqp.Management.QueueSpecification
-
Uses of Management.QueueSpecification in com.rabbitmq.client.amqp
Modifier and TypeMethodDescriptionSet a queue argument.Management.QueueSpecification.autoDelete
(boolean autoDelete) Whether the queue get automatically deleted when its last consumer unsubscribes.Management.QueueSpecification.deadLetterExchange
(String dlx) The dead letter exchange.Management.QueueSpecification.deadLetterRoutingKey
(String dlrk) The dead letter routing key.Management.QueueSpecification.exclusive
(boolean exclusive) Whether the queue is exclusive or not.Set TTL for a queue.Management.QueueSpecification.leaderLocator
(Management.QueueLeaderLocator locator) Leader-locator strategy (replica placement) for the queue.Management.QueueSpecification.maxLength
(long maxLength) Maximum length for a queue.Management.QueueSpecification.maxLengthBytes
(ByteCapacity maxLengthBytes) Maximum length in bytes for a queue.Management.QueueSpecification.messageTtl
(Duration ttl) Set the message TTL for the queue.The name of the queue.Management.QueueSpecification.overflowStrategy
(Management.OverflowStrategy overflow) The overflow strategy.Management.QueueSpecification.overflowStrategy
(String overflow) The overflow strategy (as a string).Management.ClassicQueueSpecification.queue()
Go back to the queue specification.Management.queue()
Start queue specification.Start queue specification.Management.QuorumQueueSpecification.queue()
Go back to the queue specification.Management.StreamSpecification.queue()
Go back to the queue specification.Management.QueueSpecification.singleActiveConsumer
(boolean singleActiveConsumer) Activate "single active consumer" on the queue.Management.QueueSpecification.type
(Management.QueueType type) The type of the queue.