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 reply-listener is not required and should not be configured.
@@ -1629,7 +1629,7 @@ Object receiveAndConvert(String queueName) throws AmqpException;]]>
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 correlationId property will