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