Files
spring-integration/src/reference/asciidoc
Artem Bilan 8c57cb7869 GH-3697: Various lifecycle fixed for MQTT v5 CAs
Fixes https://github.com/spring-projects/spring-integration/issues/3697
SO: https://stackoverflow.com/questions/70374046/spring-integration-mqtt-failed-to-start-app-when-the-network-is-disconnected

* Add `mqttClient.disconnect()` to `Mqttv5PahoMessageDrivenChannelAdapter.doStop()` - the `doStart()` does `connect()`
* Add `Mqttv5PahoMessageDrivenChannelAdapter.destroy()` impl to close `mqttClient`
* Fix `Mqttv5PahoMessageHandler.doStart()` to not re-throw an exception on connection.
Emit an `MqttConnectionFailedEvent` and log error instead
* Fix `Mqttv5PahoMessageHandler.destroy()` to call `mqttClient.close(true)` for better resources clean up
* Improve MQTT v5 components Javadocs and add a reconnect note into `mqtt.adoc`
2021-12-16 13:36:02 -05:00
..
2021-10-21 14:17:35 -04:00
2019-12-26 15:41:19 -05:00
2020-05-27 12:21:24 -04:00
2019-05-29 17:47:34 -04:00
2019-02-15 15:54:18 -05:00
2019-05-29 17:47:34 -04:00
2021-10-21 14:17:35 -04:00
2020-08-07 12:56:57 -04:00
2019-05-29 17:47:34 -04:00
2021-10-21 14:17:35 -04:00
2021-06-08 17:28:59 -04:00
2021-04-07 15:17:17 -04:00
2021-04-07 15:17:17 -04:00
2020-08-07 12:56:57 -04:00
2021-10-21 14:17:35 -04:00
2021-11-15 10:00:14 -05:00
2020-03-10 16:47:41 -04:00
2021-10-21 14:17:35 -04:00
2020-10-28 14:47:02 -04:00
2019-03-21 17:16:30 -04:00
2020-07-24 11:03:39 -04:00
2021-10-21 14:17:35 -04:00
2021-10-21 14:17:35 -04:00
2021-03-01 13:38:03 -05:00
2021-10-21 14:17:35 -04:00
2021-04-07 15:17:17 -04:00
2019-05-29 17:47:34 -04:00
2020-07-13 16:31:03 -04:00
2019-05-29 17:47:34 -04:00
2021-10-21 14:17:35 -04:00
2021-11-15 12:21:52 -05:00
2021-11-15 12:21:52 -05:00
2021-11-15 12:21:52 -05:00