|
Spring AMQP | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Queue | |
|---|---|
| org.springframework.amqp.core | |
| org.springframework.amqp.rabbit.config | |
| org.springframework.amqp.rabbit.core | |
| org.springframework.amqp.rabbit.listener | |
| Uses of Queue in org.springframework.amqp.core |
|---|
| Subclasses of Queue in org.springframework.amqp.core | |
|---|---|
class |
AnonymousQueue
|
class |
UniquelyNamedQueue
Create a queue with a unique name. |
| Methods in org.springframework.amqp.core that return Queue | |
|---|---|
Queue |
AmqpAdmin.declareQueue()
Declare a queue whose name is automatically named. |
| Methods in org.springframework.amqp.core with parameters of type Queue | |
|---|---|
static BindingBuilder.DestinationConfigurer |
BindingBuilder.bind(Queue queue)
|
void |
AmqpAdmin.declareQueue(Queue queue)
Declare the given queue |
| Uses of Queue in org.springframework.amqp.rabbit.config |
|---|
| Methods in org.springframework.amqp.rabbit.config with parameters of type Queue | |
|---|---|
void |
BindingFactoryBean.setDestinationQueue(Queue destinationQueue)
|
| Uses of Queue in org.springframework.amqp.rabbit.core |
|---|
| Methods in org.springframework.amqp.rabbit.core that return Queue | |
|---|---|
Queue |
RabbitAdmin.declareQueue()
Declares a server-named exclusive, autodelete, non-durable queue. |
| Methods in org.springframework.amqp.rabbit.core with parameters of type Queue | |
|---|---|
void |
RabbitAdmin.declareQueue(Queue queue)
|
void |
RabbitTemplate.setReplyQueue(Queue replyQueue)
A queue for replies; if not provided, a temporary exclusive, auto-delete queue will be used for each reply. |
| Uses of Queue in org.springframework.amqp.rabbit.listener |
|---|
| Methods in org.springframework.amqp.rabbit.listener with parameters of type Queue | |
|---|---|
void |
AbstractMessageListenerContainer.setQueues(Queue... queues)
|
|
Spring AMQP | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||