Skip to content

Commit def2315

Browse files
committed
GH-8668: Doc Correction
Boot is no longer releasing 2.6.x with latest dependencies.
1 parent 5e6547c commit def2315

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
@@ -254,7 +254,7 @@ See `setMessageRecoverer()` JavaDocs for more information.
254254

255255
IMPORTANT: When using exclusive or single-active consumers in the listener container, it is recommended that you set the container property `forceStop` to `true`.
256256
This will prevent a race condition where, after stopping the container, another consumer could start consuming messages before this instance has fully stopped.
257-
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).
257+
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).
258258

259259
[[amqp-debatching]]
260260
==== Batched Messages

0 commit comments

Comments
 (0)