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.Basic.RecoverOk |
Channel.basicRecover()
Ask the broker to resend unacknowledged messages.
|
AMQP.Basic.RecoverOk |
Channel.basicRecover(boolean requeue)
Ask the broker to resend unacknowledged messages.
|
AMQP.Basic.RecoverOk |
AMQP.Basic.RecoverOk.Builder.build() |
Modifier and Type | Class and Description |
---|---|
static class |
AMQImpl.Basic.RecoverOk |
Modifier and Type | Method and Description |
---|---|
AMQP.Basic.RecoverOk |
AutorecoveringChannel.basicRecover() |
AMQP.Basic.RecoverOk |
AutorecoveringChannel.basicRecover(boolean requeue) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.