From def23154aeaeab8702db6d74621da280c79eb903 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 13 Jul 2023 09:58:32 -0400 Subject: [PATCH] GH-8668: Doc Correction Boot is no longer releasing 2.6.x with latest dependencies. --- 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 5209e603b0..dd5fa12ba2 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -254,7 +254,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. -For this option to be available, the Spring AMQP dependency has to be explicitly upgraded to the latest version of `2.4.x` generation (this is automatic with Boot 2.6.x, 2.7.x). +For this option to be available, the Spring AMQP dependency has to be explicitly upgraded to the latest version of the `2.4.x` generation (this is automatic when using Spring Boot 2.7.14 or later). [[amqp-debatching]] ==== Batched Messages