Class Ack
- java.lang.Object
-
- org.ow2.joram.mom.amqp.structures.Ack
-
- All Implemented Interfaces:
Serializable
public class Ack extends Object implements Serializable
This class is used in anAMQPRequestNotto notify the distant queue to acknowledge the specified messages. This is used on methodBasic.AckorBasic.Rejectwhen requeuing is not necessary.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Long>getIdsToAck()StringgetQueueName()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
queueName
private String queueName
-
-