Class RabbitAmqpTemplate

java.lang.Object
org.springframework.amqp.rabbitmq.client.RabbitAmqpTemplate
All Implemented Interfaces:
AsyncAmqpTemplate, DisposableBean, InitializingBean

public class RabbitAmqpTemplate extends Object implements AsyncAmqpTemplate, InitializingBean, DisposableBean
The AmqpTemplate for RabbitMQ AMQP 1.0 protocol support. A Spring-friendly wrapper around Environment.connectionBuilder();
Since:
4.0
Author:
Artem Bilan