GH-3015: Use backtick formatted property in docs

Fixes: #3015

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>

**Auto-cherry-pick to `3.2.x`**
This commit is contained in:
Tran Ngoc Nhan
2025-03-14 00:38:39 +07:00
committed by GitHub
parent ca1174f7d1
commit 2cb65d57be
2 changed files with 2 additions and 2 deletions

View File

@@ -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[]

View File

@@ -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.