{"id":77279,"library":"camel-mqtt","title":"Camel MQTT","description":"Provides MQTT client support for Apache Camel, enabling publish/subscribe messaging with MQTT brokers.","status":"active","version":"2.25.4","language":"java","source_language":null,"source_url":"https://github.com/apache/maven-apache-parent","tags":["camel","mqtt","messaging","iot"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.camel</groupId>\n  <artifactId>camel-mqtt</artifactId>\n  <version>2.25.4</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.camel:camel-mqtt:2.25.4'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"MQTTComponent","correct":"org.apache.camel.component.mqtt.MQTTComponent"}],"quickstart":{"code":"import org.apache.camel.component.mqtt.MQTTComponent;\n\npublic class Example {\n    public static void main(String[] args) {\n        MQTTComponent component = new MQTTComponent();\n        component.setHost(\"tcp://localhost:1883\");\n        System.out.println(component.getHost());\n    }\n}","lang":"java","description":"Shows how to configure an MQTT component."},"warnings":[],"env_vars":null,"search_vec":"'apach':8 'broker':15 'camel':1,9,16 'client':5 'enabl':10 'iot':19 'messag':12,18 'mqtt':2,4,14,17 'provid':3 'publish/subscribe':11 'support':6","created_at":"2026-06-17T19:53:48.636658+00:00","updated_at":"2026-06-17T19:53:48.636658+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.apache.org/","github":"https://github.com/apache/maven-apache-parent","docs":"https://appdoc.app/artifact/org.apache.camel/camel-mqtt/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}