Uses of Class
org.springframework.amqp.core.Queue
Packages that use Queue
Package
Description
Provides core classes for the spring AMQP abstraction.
Provides classes supporting the Rabbit XML namespace.
Provides core classes for Spring Rabbit.
Provides classes for message listener containers.
-
Uses of Queue in org.springframework.amqp.core
Subclasses of Queue in org.springframework.amqp.coreModifier and TypeClassDescriptionclass
Represents an anonymous, non-durable, exclusive, auto-delete queue.Fields in org.springframework.amqp.core declared as QueueModifier and TypeFieldDescriptionprotected final Queue
BindingBuilder.DestinationConfigurer.queue
Methods in org.springframework.amqp.core that return QueueModifier and TypeMethodDescriptionQueueBuilder.build()
Builds a final queue.AmqpAdmin.declareQueue()
Declare a queue whose name is automatically named.Methods in org.springframework.amqp.core with parameters of type QueueConstructors in org.springframework.amqp.core with parameters of type Queue -
Uses of Queue in org.springframework.amqp.rabbit.config
Methods in org.springframework.amqp.rabbit.config with parameters of type QueueModifier and TypeMethodDescriptionvoid
BindingFactoryBean.setDestinationQueue
(Queue destinationQueue) void
-
Uses of Queue in org.springframework.amqp.rabbit.core
Methods in org.springframework.amqp.rabbit.core that return QueueModifier and TypeMethodDescriptionRabbitAdmin.declareQueue()
Declares a server-named exclusive, autodelete, non-durable queue.Methods in org.springframework.amqp.rabbit.core with parameters of type Queue -
Uses of Queue in org.springframework.amqp.rabbit.listener
Methods in org.springframework.amqp.rabbit.listener that return types with arguments of type QueueModifier and TypeMethodDescriptionAbstractMessageListenerContainer.getQueueNamesToQueues()
Returns a map of current queue names to the Queue object; allows the determination of a changed broker-named queue.AbstractRabbitListenerEndpoint.getQueues()
Methods in org.springframework.amqp.rabbit.listener with parameters of type QueueModifier and TypeMethodDescriptionvoid
Add queue(s) to this container's list of queues.void
void
Add queue(s) to this container's list of queues.boolean
AbstractMessageListenerContainer.removeQueues
(Queue... queues) Remove queue(s) from this container's list of queues.boolean
DirectMessageListenerContainer.removeQueues
(Queue... queues) boolean
SimpleMessageListenerContainer.removeQueues
(Queue... queue) Remove queues from this container's list of queues.final void
Set the name of the queue(s) to receive messages from.void
Set the queues to use.