From 2cb65d57bec95d352c14844d10b573ded046f9e9 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Fri, 14 Mar 2025 00:38:39 +0700 Subject: [PATCH] GH-3015: Use backtick formatted property in docs Fixes: #3015 Signed-off-by: Tran Ngoc Nhan **Auto-cherry-pick to `3.2.x`** --- .../antora/modules/ROOT/pages/amqp/containerAttributes.adoc | 2 +- .../appendix/previous-whats-new/changes-in-1-3-since-1-2.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/antora/modules/ROOT/pages/amqp/containerAttributes.adoc b/src/reference/antora/modules/ROOT/pages/amqp/containerAttributes.adoc index f3172bf9..80440df9 100644 --- a/src/reference/antora/modules/ROOT/pages/amqp/containerAttributes.adoc +++ b/src/reference/antora/modules/ROOT/pages/amqp/containerAttributes.adoc @@ -276,7 +276,7 @@ a| |The number of retry attempts when passive queue declaration fails. Passive queue declaration occurs when the consumer starts or, when consuming from multiple queues, when not all queues were available during initialization. -When none of the configured queues can be passively declared (for any reason) after the retries are exhausted, the container behavior is controlled by the 'missingQueuesFatal` property, described earlier. +When none of the configured queues can be passively declared (for any reason) after the retries are exhausted, the container behavior is controlled by the `missingQueuesFatal` property, described earlier. Default: Three retries (for a total of four attempts). a|image::tickmark.png[] diff --git a/src/reference/antora/modules/ROOT/pages/appendix/previous-whats-new/changes-in-1-3-since-1-2.adoc b/src/reference/antora/modules/ROOT/pages/appendix/previous-whats-new/changes-in-1-3-since-1-2.adoc index 41ddf374..da18f901 100644 --- a/src/reference/antora/modules/ROOT/pages/appendix/previous-whats-new/changes-in-1-3-since-1-2.adoc +++ b/src/reference/antora/modules/ROOT/pages/appendix/previous-whats-new/changes-in-1-3-since-1-2.adoc @@ -98,7 +98,7 @@ This error handler detects fatal message conversion problems and instructs the c See xref:amqp/exception-handling.adoc[Exception Handling]. [[listener-container-missingqueuesfatal-property-since-1-3-5]] -== Listener Container 'missingQueuesFatal` Property (Since 1.3.5) +== Listener Container `missingQueuesFatal` Property (Since 1.3.5) The `SimpleMessageListenerContainer` now has a property called `missingQueuesFatal` (default: `true`). Previously, missing queues were always fatal.