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 |
---|---|
GetResponse |
Channel.basicGet(String queue,
boolean autoAck)
Retrieve a message from a queue using
AMQP.Basic.Get |
Modifier and Type | Method and Description |
---|---|
GetResponse |
ChannelN.basicGet(String queue,
boolean autoAck)
Public API - Retrieve a message from a queue using
AMQP.Basic.Get |
Modifier and Type | Method and Description |
---|---|
GetResponse |
AutorecoveringChannel.basicGet(String queue,
boolean autoAck) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.