File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3552,7 +3552,7 @@ public void consumerBatch3(List<Invoice> strings) {
3552
3552
3553
3553
* the first is called with the raw, unconverted `org.springframework.amqp.core.Message` s received.
3554
3554
* 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 .
3556
3556
3557
3557
You can also add a `Channel` parameter, often used when using `MANUAL` ack mode.
3558
3558
This is not very useful with the third example because you don't have access to the `delivery_tag` property.
You can’t perform that action at this time.
0 commit comments