From 0d60c39510afb205936d1a2e2fa04e69cfdf47a9 Mon Sep 17 00:00:00 2001 From: abilan Date: Thu, 13 Jul 2023 09:59:38 -0400 Subject: [PATCH] Fix section separation in the `amqp.adoc` --- src/reference/asciidoc/amqp.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reference/asciidoc/amqp.adoc b/src/reference/asciidoc/amqp.adoc index f036185181..ec3c9a62e1 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -255,6 +255,7 @@ See `setMessageRecoverer()` JavaDocs for more information. IMPORTANT: When using exclusive or single-active consumers in the listener container, it is recommended that you set the container property `forceStop` to `true`. This will prevent a race condition where, after stopping the container, another consumer could start consuming messages before this instance has fully stopped. + [[amqp-debatching]] ==== Batched Messages