Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Q
- queue - Variable in class org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
- Queue - Class in org.springframework.amqp.core
-
Simple container collecting information to describe a queue.
- Queue - Annotation Interface in org.springframework.amqp.rabbit.annotation
-
A queue definition used within the bindings attribute of a
QueueBinding
. - Queue(String) - Constructor for class org.springframework.amqp.core.Queue
-
The queue is durable, non-exclusive and non auto-delete.
- Queue(String, boolean) - Constructor for class org.springframework.amqp.core.Queue
-
Construct a new queue, given a name and durability flag.
- Queue(String, boolean, boolean, boolean) - Constructor for class org.springframework.amqp.core.Queue
-
Construct a new queue, given a name, durability, exclusive and auto-delete flags.
- Queue(String, boolean, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.Queue
-
Construct a new queue, given a name, durability flag, and auto-delete flag, and arguments.
- QUEUE - Enum constant in enum class org.springframework.amqp.core.Binding.DestinationType
-
Queue destination.
- QUEUE_CLASS_ID_50 - Static variable in class org.springframework.amqp.rabbit.connection.RabbitUtils
-
AMQP queue class id.
- QUEUE_CONSUMER_COUNT - Static variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
-
Property key for the consumer count in the
Properties
returned byRabbitAdmin.getQueueProperties(String)
. - QUEUE_MESSAGE_COUNT - Static variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
-
Property key for the message count in the
Properties
returned byRabbitAdmin.getQueueProperties(String)
. - QUEUE_NAME - Static variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
-
Property key for the queue name in the
Properties
returned byRabbitAdmin.getQueueProperties(String)
. - queueBind(String, String, String) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- queueBind(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- QueueBinding - Annotation Interface in org.springframework.amqp.rabbit.annotation
-
Defines a queue, the exchange it is to be bound to, and an optional binding key; used with
@RabbitListener
. - queueBindNoWait(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- QueueBuilder - Class in org.springframework.amqp.core
-
Builds a Spring AMQP Queue using a fluent API.
- QueueBuilder.LeaderLocator - Enum Class in org.springframework.amqp.core
-
Locate the queue leader.
- QueueBuilder.Overflow - Enum Class in org.springframework.amqp.core
-
Overflow argument values.
- queueDeclare() - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- queueDeclare(String, boolean, boolean, boolean, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- queueDeclareNoWait(String, boolean, boolean, boolean, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- queueDeclarePassive(String) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- queueDelete(String) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- queueDelete(String, boolean, boolean) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- queueDeleteNoWait(String, boolean, boolean) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- QueueInformation - Class in org.springframework.amqp.core
-
Information about a queue, resulting from a passive declaration.
- QueueInformation(String, int, int) - Constructor for class org.springframework.amqp.core.QueueInformation
- QueueParser - Class in org.springframework.amqp.rabbit.config
- QueueParser() - Constructor for class org.springframework.amqp.rabbit.config.QueueParser
- queuePurge(String) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- queues() - Element in annotation interface org.springframework.amqp.rabbit.annotation.RabbitListener
-
The queues for this listener.
- queues() - Element in annotation interface org.springframework.amqp.rabbit.junit.RabbitAvailable
-
The queues to create and ensure empty; they will be deleted after the test class completes.
- QueuesNotAvailableException - Exception in org.springframework.amqp.rabbit.listener
-
This exception indicates that a consumer could not be started because none of its queues are available for listening.
- QueuesNotAvailableException(String, Throwable) - Constructor for exception org.springframework.amqp.rabbit.listener.QueuesNotAvailableException
- queuesToDeclare() - Element in annotation interface org.springframework.amqp.rabbit.annotation.RabbitListener
-
The queues for this listener.
- queueUnbind(String, String, String) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- queueUnbind(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- quorum() - Method in class org.springframework.amqp.core.QueueBuilder
-
Set the queue argument to declare a queue of type 'quorum' instead of 'classic'.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form