We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1a622 commit a635c36Copy full SHA for a635c36
src/asciidoc/index.adoc
@@ -42155,7 +42155,7 @@ choices and message redelivery scenarios.
42155
| back-off
42156
| Specify the `BackOff` instance to use to compute the interval between recovery
42157
attempts. If the `BackOffExecution` implementation returns `BackOffExecution#STOP`,
42158
- the listener container will not further attempt to recover. The `recovery-interval
+ the listener container will not further attempt to recover. The `recovery-interval`
42159
value is ignored when this property is set. The default is a `FixedBackOff` with
42160
an interval of 5000 ms, that is 5 seconds.
42161
0 commit comments