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

camel-mqtt: multiple topic subscriptions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.14.2, 2.15.0
    • 2.15.0
    • camel-mqtt
    • None
    • Patch Available
    • Unknown

    Description

      I'm beginning to work with MQTT brokers, and have found that having an endpoint only able to subscribe to a single topic is limiting. Looking at the code, the underlying implementation (fusesource mqtt-client) accepts an array of Topics when creating a subscription. I have modified the camel-mqtt component to allow for a "subscribeTopicNames" option, which expects a comma-delimited list of topics that will be subscribed.

      I'm attaching a patch (after creating the issue) that includes additional unit tests for this functionality. It would be really great if this could be accepted before the 2.14.2 release is cut!

      A couple of notes:

      1. If the new "subscribeTopicNames" option is specified, anything specified for the existing "subscribeTopicName" option will be ignored. Long term, it doesn't make sense to maintain both options. Should the singular version be deprecated? If so, I can submit another patch that deprecates that option within the code.
      2. I don't know how to submit a "patch" for the component documentation. Here's something that would work:
      Property Default Description
      subscribeTopicName   The name of the Topic to subscribe to for messages. Deprecated since 2.14.2 (use subscribeTopicNames instead).
      subscribeTopicNames   Since Camel 2.14.2. A comma-delimited list of Topics to subscribe to for messages.

      Note that each item of this list can contain MQTT wildcards ('+' and/or '#'), in order to subscribe to topics matching a certain pattern within a hierarchy. For example, '+' is a wildcard for all topics at a level within the hierarchy, so if a broker has topics "topics/one" and "topics/two", then "topics/+" can be used to subscribe to both. A caveat to consider here is that if the broker adds "topics/three", the route would also begin to receive messages from that topic.

      Attachments

        Activity

          People

            njiang Willem Jiang
            mmindenhall Mark Mindenhall
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: