@ -1008,11 +1008,8 @@ public class DefaultMessageListenerContainer extends AbstractPollingMessageListe
@@ -1008,11 +1008,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 {