From 189847d5aa6b032895dc90726687d8a806bddf8d Mon Sep 17 00:00:00 2001 From: Dmitry Baev Date: Wed, 2 Dec 2020 16:17:44 +0300 Subject: [PATCH] fix asyncrabbittemplate section --- src/reference/asciidoc/amqp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/amqp.adoc b/src/reference/asciidoc/amqp.adoc index 9b89d226..a26d95a5 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -4166,7 +4166,7 @@ See the https://www.rabbitmq.com/dlx.html[RabbitMQ Dead Letter Documentation] fo You can also take a look at the `FixedReplyQueueDeadLetterTests` test case for an example. [[async-template]] -===== `AsyncRabbitTemplate` +===== Async Rabbit Template Version 1.6 introduced the `AsyncRabbitTemplate`. This has similar `sendAndReceive` (and `convertSendAndReceive`) methods to those on the <>.