From a2ebc23bfd04c37369da8bbbc1a3fa2a2ca1a9e2 Mon Sep 17 00:00:00 2001 From: kinjelom Date: Thu, 27 Feb 2020 15:27:37 +0100 Subject: [PATCH] `republishToDlq` now default is `true` https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/blob/master/spring-cloud-stream-binder-rabbit-core/src/main/java/org/springframework/cloud/stream/binder/rabbit/properties/RabbitConsumerProperties.java#L65 Resolves #285 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ed83ff48a..99b05f300 100644 --- a/README.adoc +++ b/README.adoc @@ -376,7 +376,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 transacted:: Whether to use transacted channels. +