You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2014/11/17 09:04:34 UTC

[jira] [Resolved] (CAMEL-7697) from("mqtt:..").to("mqtt:...") causes a seriously delayed delivery

     [ https://issues.apache.org/jira/browse/CAMEL-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-7697.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.13.4
                   2.15.0
                   2.14.1

> from("mqtt:..").to("mqtt:...") causes a seriously delayed delivery
> ------------------------------------------------------------------
>
>                 Key: CAMEL-7697
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7697
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-mqtt
>    Affects Versions: 2.14.0
>            Reporter: Tomohisa Igarashi
>            Assignee: Willem Jiang
>             Fix For: 2.14.1, 2.15.0, 2.13.4
>
>         Attachments: camel-example-mqtt.tar.gz
>
>
> If you have a following route
> {code}
>                 from("mqtt:input?subscribeTopicName=testTopicIn")
>                     .from("direct:foo")
>                     .removeProperty("MQTTTopicPropertyName")
>                     .to("mqtt:output?publishTopicName=testTopicOut");
> {code}
> The delivery through mqtt:input seriously delays. I'll attach a reproducer soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)