public class Recover extends Object implements Serializable
AMQPRequestNot
to notify the distant
queue to put back the specified unacknowledged messages in the
"ready to deliver" list. This is used on Basic.Recover
and
Basic.Reject
methods, or when a message could not reach its
receiver.Modifier and Type | Field and Description |
---|---|
private List<Long> |
idsToRecover |
private String |
queueName |
private static long |
serialVersionUID |
Constructor and Description |
---|
Recover(String queueName,
List<Long> idsToRecover) |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getIdsToRecover() |
String |
getQueueName() |
private static final long serialVersionUID
private String queueName
Copyright © 2021 ScalAgent D.T.. All rights reserved.