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:
@@ -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[]
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user