Skip to content

Commit c8c9f23

Browse files
ngocnhan-tran1996spring-builds
authored andcommitted
GH-3015: Use backtick formatted property in docs
Fixes: #3015 Signed-off-by: Tran Ngoc Nhan <[email protected]> (cherry picked from commit 2cb65d5)
1 parent cf76e9d commit c8c9f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/reference/antora/modules/ROOT/pages/amqp/containerAttributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ a|
276276

277277
|The number of retry attempts when passive queue declaration fails.
278278
Passive queue declaration occurs when the consumer starts or, when consuming from multiple queues, when not all queues were available during initialization.
279-
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.
279+
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.
280280
Default: Three retries (for a total of four attempts).
281281

282282
a|image::tickmark.png[]

src/reference/antora/modules/ROOT/pages/appendix/previous-whats-new/changes-in-1-3-since-1-2.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This error handler detects fatal message conversion problems and instructs the c
9898
See xref:amqp/exception-handling.adoc[Exception Handling].
9999

100100
[[listener-container-missingqueuesfatal-property-since-1-3-5]]
101-
== Listener Container 'missingQueuesFatal` Property (Since 1.3.5)
101+
== Listener Container `missingQueuesFatal` Property (Since 1.3.5)
102102

103103
The `SimpleMessageListenerContainer` now has a property called `missingQueuesFatal` (default: `true`).
104104
Previously, missing queues were always fatal.

0 commit comments

Comments
 (0)