{"id":56680,"library":"hivemq-mqtt-client","title":"HiveMQ MQTT Client","description":"HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible high-performance Java client library.","status":"active","version":"1.3.13","language":"java","source_language":null,"source_url":"https://github.com/hivemq/hivemq-mqtt-client","tags":["mqtt","iot","messaging","client","hivemq"],"install":[{"cmd":"<dependency>\n  <groupId>com.hivemq</groupId>\n  <artifactId>hivemq-mqtt-client</artifactId>\n  <version>1.3.13</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.hivemq:hivemq-mqtt-client:1.3.13'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"MqttClient","correct":"com.hivemq.client.mqtt.MqttClient"}],"quickstart":{"code":"import com.hivemq.client.mqtt.MqttClient;\n\npublic class Example {\n    public static void main(String[] args) {\n        MqttClient client = MqttClient.builder()\n            .serverHost(\"broker.hivemq.com\")\n            .buildBlocking();\n        client.connect();\n        client.publishWith()\n            .topic(\"test/topic\")\n            .payload(\"Hello\".getBytes())\n            .send();\n        client.disconnect();\n    }\n}","lang":"java","description":"Connect to an MQTT broker and publish a message"},"warnings":[],"env_vars":null,"search_vec":"'3.1.1':13 '5.0':10 'client':3,6,19,24 'compat':14 'high':16 'high-perform':15 'hivemq':1,4,25 'iot':22 'java':18 'librari':20 'messag':23 'mqtt':2,5,9,12,21 'perform':17","created_at":"2026-06-15T10:45:41.072325+00:00","updated_at":"2026-06-15T10:45:41.072325+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://github.com/hivemq/hivemq-mqtt-client","github":"https://github.com/hivemq/hivemq-mqtt-client","docs":"https://appdoc.app/artifact/com.hivemq/hivemq-mqtt-client/","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-15","next_check":"2026-12-12","install_tag":null}}