Class Recover
- java.lang.Object
-
- org.ow2.joram.mom.amqp.structures.Recover
-
- All Implemented Interfaces:
Serializable
public class Recover extends Object implements Serializable
This class is used in anAMQPRequestNotto notify the distant queue to put back the specified unacknowledged messages in the "ready to deliver" list. This is used onBasic.RecoverandBasic.Rejectmethods, or when a message could not reach its receiver.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private List<Long>idsToRecoverprivate StringqueueNameprivate static longserialVersionUID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Long>getIdsToRecover()StringgetQueueName()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
queueName
private String queueName
-
-