Skip to content

Commit a61eb53

Browse files
Use backtick formatted property
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent ca1174f commit a61eb53

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)