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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.amqp.core.AmqpTemplate has the following implementations.
Click this link to see all its implementation.

Method

voidconvertAndSend(Object message)
Convert a Java object to an Amqp Message and send it to a default exchange with a default routing key.
ObjectreceiveAndConvert()
Receive a message if there is one from a default queue and convert it to a Java object.
voidsend(String exchange, String routingKey, Message message)
Send a message to a specific exchange with a specific routing key.