Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-7697

from("mqtt:..").to("mqtt:...") causes a seriously delayed delivery

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.14.0
    • 2.13.4, 2.14.1, 2.15.0
    • camel-mqtt
    • None
    • Unknown

    Description

      If you have a following route

                      from("mqtt:input?subscribeTopicName=testTopicIn")
                          .from("direct:foo")
                          .removeProperty("MQTTTopicPropertyName")
                          .to("mqtt:output?publishTopicName=testTopicOut");
      

      The delivery through mqtt:input seriously delays. I'll attach a reproducer soon.

      Attachments

        1. camel-example-mqtt.tar.gz
          10 kB
          Tomohisa Igarashi

        Issue Links

          Activity

            People

              njiang Willem Jiang
              igarashitm Tomohisa Igarashi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: