From fca82ce3d54bb2024efa6275a2e661cd20829de6 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 23 Dec 2014 14:37:53 -0500 Subject: [PATCH] AMQP-458 Fix Typo in `amq.rabbitmq.reply-to` JIRA: https://jira.spring.io/browse/AMQP-458 Previously had `amqp.rabbitmq.reply-to` in a couple of places. --- src/reference/docbook/amqp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/docbook/amqp.xml b/src/reference/docbook/amqp.xml index bd7644f5..cae791d7 100644 --- a/src/reference/docbook/amqp.xml +++ b/src/reference/docbook/amqp.xml @@ -1616,7 +1616,7 @@ Object receiveAndConvert(String queueName) throws AmqpException;]]>Spring AMQP version 1.4.1 Direct reply-to will be used by default (if supported by the server) instead of creating temporary reply queues. - When no replyQueue is provided (or it is set with the name amqp.rabbitmq.reply-to), + When no replyQueue is provided (or it is set with the name amq.rabbitmq.reply-to), the RabbitTemplate will automatically detect whether Direct reply-to is supported and either use it or fall back to using a temporary reply queue. When using Direct reply-to, a reply-listener is not required and should not be configured. @@ -1629,7 +1629,7 @@ Object receiveAndConvert(String queueName) throws AmqpException;]]> Message Correlation With A Reply Queue - When using a fixed reply queue (other than amqp.rabbitmq.reply-to), + When using a fixed reply queue (other than amq.rabbitmq.reply-to), it is necessary to provide correlation data so that replies can be correlated to requests. See RabbitMQ Remote Procedure Call (RPC). By default, the standard correlationId property will