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: src/reference/antora/modules/ROOT/pages/mqtt.adoc
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -548,3 +548,19 @@ public IntegrationFlow mqttOutFlow(
548
548
return f -> f.handle(new Mqttv5PahoMessageHandler(clientManager));
549
549
}
550
550
----
551
+
552
+
NOTE: Starting with version 6.4, multiple instances of `MqttPahoMessageDrivenChannelAdapter` and `Mqttv5PahoMessageDrivenChannelAdapter` can now be added at runtime using corresponding `ClientManager` through `IntegrationFlowContext`
Copy file name to clipboardExpand all lines: src/reference/antora/modules/ROOT/pages/whats-new.adoc
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,10 @@ See xref:redis.adoc[Redis Support] for more information.
59
59
=== Groovy Changes
60
60
61
61
The `ControlBusFactoryBean` (and respective `<int-groovy:control-bus>` XML tag) has been deprecated (for removal) in favor of new introduced `ControlBusFactoryBean` based on a new model implemented in the `ControlBusCommandRegistry`.
62
-
See xref:control-bus.adoc[Control Bus] for more information.
62
+
See xref:control-bus.adoc[Control Bus] for more information.
63
+
64
+
[[x6.4-mqtt-changes]]
65
+
=== mqtt Changes
66
+
67
+
Multiple instances of `MqttPahoMessageDrivenChannelAdapter` and `Mqttv5PahoMessageDrivenChannelAdapter` can now be added at runtime using corresponding `ClientManager` through `IntegrationFlowContext`
68
+
See xref:mqtt.adoc[MQTT Support] for more information.
0 commit comments