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
This commit is contained in:
committed by
Oleg Zhurakousky
parent
a7fecf3544
commit
a2ebc23bfd
@@ -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 <<spring-cloud-stream-rabbit-frame-max-headroom, frameMaxHeadroom property>>.
|
||||
+
|
||||
Default: false
|
||||
Default: true
|
||||
transacted::
|
||||
Whether to use transacted channels.
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user