From 47ae64b2d3ad7886a6d79b75d1652e68d6ce1334 Mon Sep 17 00:00:00 2001 From: Stephane Seng Date: Sat, 4 Jul 2020 11:51:12 +0200 Subject: [PATCH] GH-298: Documentation: republishToDlq is now true by default This is the case since c2ed214df76fc0398a65a35ffd84d1cf079b8f3b. A documentation update has already been done by @kinjelom in #285 but only README.adoc was modified. As the contents of README.adoc is generated, this correction was overridden by d05bdc378214327295c885d12a321e6e77b3d4fe. This commit modifies the source file, overview.adoc, and includes the newly generated README.adoc file. --- README.adoc | 2 +- docs/src/main/asciidoc/overview.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. +