diff --git a/README.adoc b/README.adoc index 6a32754e2..adcdc10cc 100644 --- a/README.adoc +++ b/README.adoc @@ -410,7 +410,7 @@ If a dead-letter queue (DLQ) is configured, RabbitMQ routes the failed message ( If set to `true`, the binder republishs failed messages to the DLQ with additional headers, including the exception message and stack trace from the cause of the final failure. Also see the <>. + -Default: false +Default: `true` singleActiveConsumer:: Set to true to set the `x-single-active-consumer` queue property to true. + diff --git a/docs/src/main/asciidoc/overview.adoc b/docs/src/main/asciidoc/overview.adoc index 6b7268d49..3c6319872 100644 --- a/docs/src/main/asciidoc/overview.adoc +++ b/docs/src/main/asciidoc/overview.adoc @@ -389,7 +389,7 @@ If a dead-letter queue (DLQ) is configured, RabbitMQ routes the failed message ( If set to `true`, the binder republishs failed messages to the DLQ with additional headers, including the exception message and stack trace from the cause of the final failure. Also see the <>. + -Default: false +Default: `true` singleActiveConsumer:: Set to true to set the `x-single-active-consumer` queue property to true. +