You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tomohisa Igarashi (JIRA)" <ji...@apache.org> on 2014/11/16 11:41:33 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14213904#comment-14213904 ] 

Tomohisa Igarashi commented on CAMEL-7697:
------------------------------------------

Verified this delaying symptom has gone away with the fix I submitted for CAMEL-7662.

> 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
>         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)