Skip to content

Commit a25f6b5

Browse files
garyrussellartembilan
authored andcommitted
Bring back logDeclarationException property
Was accidentally removed by the cherry-pick conflict
1 parent b98847c commit a25f6b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/listener/AbstractMessageListenerContainer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ public abstract class AbstractMessageListenerContainer extends RabbitAccessor
141141

142142
private final Map<String, String> micrometerTags = new HashMap<>();
143143

144+
private final AtomicBoolean logDeclarationException = new AtomicBoolean(true);
145+
144146
protected final AtomicBoolean stopNow = new AtomicBoolean(); // NOSONAR
145147

146148
private ContainerDelegate proxy = this.delegate;

0 commit comments

Comments
 (0)