diff --git a/spring-integration-stomp/src/main/java/org/springframework/integration/stomp/inbound/StompInboundChannelAdapter.java b/spring-integration-stomp/src/main/java/org/springframework/integration/stomp/inbound/StompInboundChannelAdapter.java index 84b34096de..8d09b96719 100644 --- a/spring-integration-stomp/src/main/java/org/springframework/integration/stomp/inbound/StompInboundChannelAdapter.java +++ b/spring-integration-stomp/src/main/java/org/springframework/integration/stomp/inbound/StompInboundChannelAdapter.java @@ -262,7 +262,7 @@ public class StompInboundChannelAdapter extends MessageProducerSupport implement } else { logger.warn(() -> "The StompInboundChannelAdapter [" + getComponentName() + - "] ins't connected to StompSession. Check the state of [" + this.stompSessionManager + "]"); + "] is not connected to StompSession. Check the state of [" + this.stompSessionManager + "]"); } }