You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/09/03 08:20:00 UTC

[jira] [Commented] (CAMEL-11691) Should resubscribe when reconnect MQTT

    [ https://issues.apache.org/jira/browse/CAMEL-11691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16151739#comment-16151739 ] 

Claus Ibsen commented on CAMEL-11691:
-------------------------------------

Contributions is welcome

> Should resubscribe when reconnect MQTT
> --------------------------------------
>
>                 Key: CAMEL-11691
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11691
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-paho
>    Affects Versions: 2.19.2
>            Reporter: abccbaandy
>
> There is a feature in MqttConnectOptions called setAutomaticReconnect
> https://www.eclipse.org/paho/files/javadoc/org/eclipse/paho/client/mqttv3/MqttConnectOptions.html#setAutomaticReconnect-boolean-
> But, when it reconnect, it doesn't resubscribe the topics. Paho provide a callback : MqttCallbackExtended, it got called when connect completed. So we can subscribe the topics again in that callback.
> https://www.eclipse.org/paho/files/javadoc/org/eclipse/paho/client/mqttv3/MqttCallbackExtended.html
> I check camel-paho source code, seems it use MqttCallback instead MqttCallbackExtended.
> Can anyone implement this feature?
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)