Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
com.rabbitmq.client.impl.recovery |
Implementation of connection and topology recovery.
|
Modifier and Type | Method and Description |
---|---|
AMQP.Queue.DeclareOk |
AMQP.Queue.DeclareOk.Builder.build() |
AMQP.Queue.DeclareOk |
Channel.queueDeclare()
Actively declare a server-named exclusive, autodelete, non-durable queue.
|
AMQP.Queue.DeclareOk |
Channel.queueDeclare(String queue,
boolean durable,
boolean exclusive,
boolean autoDelete,
Map<String,Object> arguments)
Declare a queue
|
AMQP.Queue.DeclareOk |
Channel.queueDeclarePassive(String queue)
Declare a queue passively; i.e., check if it exists.
|
Modifier and Type | Class and Description |
---|---|
static class |
AMQImpl.Queue.DeclareOk |
Modifier and Type | Method and Description |
---|---|
AMQP.Queue.DeclareOk |
ChannelN.queueDeclare()
Public API - Actively declare a server-named exclusive, autodelete, non-durable queue.
|
Modifier and Type | Method and Description |
---|---|
AMQP.Queue.DeclareOk |
AutorecoveringChannel.queueDeclare() |
AMQP.Queue.DeclareOk |
AutorecoveringChannel.queueDeclare(String queue,
boolean durable,
boolean exclusive,
boolean autoDelete,
Map<String,Object> arguments) |
AMQP.Queue.DeclareOk |
AutorecoveringChannel.queueDeclarePassive(String queue) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.