From a635c3647086caf734c5f529e3112f1c03ce6d8e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Aug 2014 13:17:55 +0200 Subject: [PATCH] Fix doc typo --- src/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index b70a7ba9aa..e6dd503d7b 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -42155,7 +42155,7 @@ choices and message redelivery scenarios. | back-off | Specify the `BackOff` instance to use to compute the interval between recovery attempts. If the `BackOffExecution` implementation returns `BackOffExecution#STOP`, - the listener container will not further attempt to recover. The `recovery-interval + the listener container will not further attempt to recover. The `recovery-interval` value is ignored when this property is set. The default is a `FixedBackOff` with an interval of 5000 ms, that is 5 seconds.