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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,16 @@ See xref:redis.adoc[Redis Support] for more information.
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
62
See xref:control-bus.adoc[Control Bus] for more information.
63
63
64
+
64
65
[[x6.4-sftp-changes]]
65
66
=== SFTP Support Changes
66
67
67
68
The `DefaultSftpSessionFactory` now exposes a `Consumer<SshClient>` configurer property to further customize an internal `SshClient`.
68
-
See xref:sftp/session-factory.adoc[SFTP Session Factory] for more information.
69
+
See xref:sftp/session-factory.adoc[SFTP Session Factory] for more information.
70
+
71
+
[[x6.4-mqtt-changes]]
72
+
=== mqtt Changes
73
+
74
+
Multiple instances of `MqttPahoMessageDrivenChannelAdapter` and `Mqttv5PahoMessageDrivenChannelAdapter` can now be added at runtime using corresponding `ClientManager` through `IntegrationFlowContext`
75
+
See xref:mqtt.adoc[MQTT Support] for more information.
0 commit comments