You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/reference/asciidoc/amqp.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ See `setMessageRecoverer()` JavaDocs for more information.
254
254
255
255
IMPORTANT: When using exclusive or single-active consumers in the listener container, it is recommended that you set the container property `forceStop` to `true`.
256
256
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).
0 commit comments