Java org.springframework.amqp.core AcknowledgeMode fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.amqp.core AcknowledgeMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.amqp.core AcknowledgeMode.

The text is from its open source code.

Field

AcknowledgeModeNONE
No acks - autoAck=true in Channel.basicConsume() .
AcknowledgeModeAUTO
Auto - the container will issue the ack/nack based on whether the listener returns normally, or throws an exception.