hivemq-mqtt-client
hivemq-mqtt-client copied to clipboard
HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
## Checklist - [x] I've searched the project's [`issues`](https://github.com/hivemq/hivemq-mqtt-client/issues?q=is%3Aissue). - [ ] I've searched the project's [`discussions`](https://github.com/hivemq/hivemq-mqtt-client/discussions). ## ❓ Question Hi all, I have a Vertx application that consumes messages...
## Checklist - [x] I've searched the project's [`issues`](https://github.com/hivemq/hivemq-mqtt-client/issues?q=is%3Aissue). - [x] I've searched the project's [`discussions`](https://github.com/hivemq/hivemq-mqtt-client/discussions). ## ❓ Question Is it possible to apply DNS over HTTPS on the mqtt...
## 🐛 Bug Report ## 🔬 How To Reproduce Steps to reproduce the behavior: 1. I set up an application and add the broker address as `tcp://broker.mqttdashboard.com:1883` and returns error...
## 🐛 Bug Report ## 🔬 How To Reproduce Steps to reproduce the behavior: 1. ... create client by Mqtt3Client.builder()......buildAsync() 2. call client.publishes(MqttGlobalPublishFilter.REMAINING, ....) // thread com.hivemq.client.mqtt-1-1 is created 3....
## 🐛 Bug Report When using the `publish` method of the rx client I check the `responseTopic` of the returned `Mqtt5Publish` object, and I noticed that the `Optional` is present,...
hivemq-ce-2024.5 start hivemq-mqtt-client 1.3.0 error com.hivemq.client.mqtt.exceptions.MqttSessionExpiredException: Session expired as connection was closed.
The class io.netty.util.concurrent.DefaultThreadFactory defaults to non-daemon thread if not explicitly configured. Threads created with defaults by this ThreadFactory might prevent unaware applcations from quitting. ## Type of Change - [...
## Checklist - [ ] I've searched the project's [`issues`](https://github.com/hivemq/hivemq-mqtt-client/issues?q=is%3Aissue). - [ ] I've searched the project's [`discussions`](https://github.com/hivemq/hivemq-mqtt-client/discussions). ## ❓ Question Hi,I set user properties as key is “client_info” to...
## 🐛 Bug Report Unable to connect with running any «Distributable» task in Intellij IDEA like `runDistributable`. I also tried to install the app using an `.msi` package and ran...
## Description The official GitHub pages do a great job of explaining the exceptions that would be thrown by `connect(Mqtt5Connect)` and `publish(Mqtt5Publish)`, but the Javadocs miss mentioning a couple of...