| 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.DeleteOk |
AMQP.Queue.DeleteOk.Builder.build() |
AMQP.Queue.DeleteOk |
Channel.queueDelete(String queue)
Delete a queue, without regard for whether it is in use or has messages on it
|
AMQP.Queue.DeleteOk |
Channel.queueDelete(String queue,
boolean ifUnused,
boolean ifEmpty)
Delete a queue
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AMQImpl.Queue.DeleteOk |
| Modifier and Type | Method and Description |
|---|---|
AMQP.Queue.DeleteOk |
AutorecoveringChannel.queueDelete(String queue) |
AMQP.Queue.DeleteOk |
AutorecoveringChannel.queueDelete(String queue,
boolean ifUnused,
boolean ifEmpty) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.