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

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

Introduction

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

The text is from its open source code.

Constructor

Method

Messagereceive(String queueName)
ObjectreceiveAndConvert(String queueName)
voidsend(final String exchange, final String routingKey, final Message message)
voidsetAfterReceivePostProcessors(MessagePostProcessor... afterReceivePostProcessors)
Set a MessagePostProcessor that will be invoked immediately after a Channel#basicGet() and before any message conversion is performed.
voidsetBeforePublishPostProcessors(MessagePostProcessor... beforePublishPostProcessors)
Set MessagePostProcessor s that will be invoked immediately before invoking Channel#basicPublish() , after all other processing, except creating the BasicProperties from MessageProperties .
voidsetConnectionFactory(ConnectionFactory connectionFactory)
Set the ConnectionFactory to use for obtaining RabbitMQ Connection Connections .