From e19be2e20612e1b159cd8fd2da5bb0eba68661f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Montalv=C3=A3o=20Marques?= <9379664+GonMMarques@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:23:26 +0000 Subject: [PATCH] Fix typo in amqp.adoc --- 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 c0150480..89da7318 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -3566,7 +3566,7 @@ public void consumerBatch3(List strings) { * the first is called with the raw, unconverted `org.springframework.amqp.core.Message` s received. * the second is called with the `org.springframework.messaging.Message` s with converted payloads and mapped headers/properties. -* the third is called with the converted payloads, with no access to headers/properteis. +* the third is called with the converted payloads, with no access to headers/properties. You can also add a `Channel` parameter, often used when using `MANUAL` ack mode. This is not very useful with the third example because you don't have access to the `delivery_tag` property.