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

Reply via email to