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

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

Introduction

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

The text is from its open source code.

Field

StringAMQ_RABBITMQ_REPLY_TO
Use this value in RabbitTemplate#setReplyAddress(String) to explicitly indicate that direct reply-to is to be used.

Constructor

Address(String address)
Create an Address instance from a structured String with the form
 (exchange)/(routingKey) 
.
Address(String exchangeName, String routingKey)
Create an Address given the exchange name and routing key.

Method