Skip to content

Commit 0ff3eb9

Browse files
gonmmarquesgaryrussell
authored andcommitted
Fix typo in amqp.adoc
1 parent 64e9f13 commit 0ff3eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/amqp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3552,7 +3552,7 @@ public void consumerBatch3(List<Invoice> strings) {
35523552

35533553
* the first is called with the raw, unconverted `org.springframework.amqp.core.Message` s received.
35543554
* the second is called with the `org.springframework.messaging.Message<?>` s with converted payloads and mapped headers/properties.
3555-
* the third is called with the converted payloads, with no access to headers/properteis.
3555+
* the third is called with the converted payloads, with no access to headers/properties.
35563556

35573557
You can also add a `Channel` parameter, often used when using `MANUAL` ack mode.
35583558
This is not very useful with the third example because you don't have access to the `delivery_tag` property.

0 commit comments

Comments
 (0)