Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.11.0
-
None
-
Unknown
Description
Currently, the SessionExpiryInterval parameter cannot be set for Paho.
The parameter can be used in mqtt 5 to keep the session alive when connecting, so that messages are queued.
Therefore, in this ticket, the parameter should be included as an option and set in PhaoMqqt5Endpoint (https://github.com/apache/camel/blob/80b92e3624ae5db59a1a24a441f1b10b39eaa1a5/components/camel-paho-mqtt5/src/main/java/org/apache/camel/component/paho/mqtt5/PahoMqtt5Endpoint.java#L85.
If possible please include this extension in the 3.11.x LTS release.