You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt/inbound/AbstractMqttMessageDrivenChannelAdapter.java
Copy file name to clipboardExpand all lines: spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt/inbound/MqttPahoMessageDrivenChannelAdapter.java
Copy file name to clipboardExpand all lines: spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt/inbound/Mqttv5PahoMessageDrivenChannelAdapter.java
+26-13
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@
65
65
* See {@link #setPayloadType} for more information about type conversion.
logger.warn(String.format("An attempt to add topic : '%s' with QoS : '%s' without having mqtt client initialized or connected, the topic will not be added!", topic, qos));
239
+
}
230
240
}
231
241
catch (MqttExceptionex) {
232
242
thrownewMessagingException("Failed to subscribe to topic " + topic, ex);
@@ -239,9 +249,12 @@ public void addTopic(String topic, int qos) {
0 commit comments