@ -198,9 +198,9 @@ public class DefaultMessageListenerContainer extends AbstractPollingMessageListe
@@ -198,9 +198,9 @@ public class DefaultMessageListenerContainer extends AbstractPollingMessageListe
privateintregisteredWithDestination=0;
privatevolatilebooleanrecovering=false;
privatevolatilebooleanrecovering;
privatevolatilebooleaninterrupted=false;
privatevolatilebooleaninterrupted;
@Nullable
privateRunnablestopCallback;
@ -963,11 +963,8 @@ public class DefaultMessageListenerContainer extends AbstractPollingMessageListe
@@ -963,11 +963,8 @@ public class DefaultMessageListenerContainer extends AbstractPollingMessageListe
}
}
if(!applyBackOffTime(execution)){
StringBuildermsg=newStringBuilder();
msg.append("Stopping container for destination '")
.append(getDestinationDescription())
.append("': back-off policy does not allow ").append("for further attempts.");
logger.error(msg.toString());
logger.error("Stopping container for destination '"+getDestinationDescription()+
"': back-off policy does not allow for further attempts.");
@ -75,7 +75,7 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
@@ -75,7 +75,7 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
@BeforeEach
publicvoidsetUp(TestInfotestInfo)throwsException{
publicvoidsetup(TestInfotestInfo)throwsException{
logger.debug("Setting up before '"+testInfo.getTestMethod().get().getName()+"'");
@ -83,11 +83,11 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
@@ -83,11 +83,11 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
@ -217,7 +217,7 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
@@ -217,7 +217,7 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
@ -274,8 +274,7 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
@@ -274,8 +274,7 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
assertThat(message).as("Timed out waiting for messages, expected ["+expectedMessages+"]").isNotNull();
@ -451,7 +450,7 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
@@ -451,7 +450,7 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {