Java org.springframework.amqp.rabbit AsyncRabbitTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.amqp.rabbit AsyncRabbitTemplate fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetEnableConfirms(boolean enableConfirms)
Set to true to enable publisher confirms.
voidsetMandatory(boolean mandatory)
Set to true to enable the receipt of returned messages that cannot be delivered in the form of a AmqpMessageReturnedException .
voidsetReceiveTimeout(long receiveTimeout)
Set the receive timeout - the future returned by the send and receive methods will be canceled when this timeout expires.
voidstop()