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
## Problem or use case Some MQTT server - like HiveMQ - support clustering. In a failure szenario a client can connect to one of the still available server instances....
## Problem or use case On Android automatic pings won't be sent due to battery restrictions. But the device can be woken up in regular intervals to send a manual...
Hi, is there any way to perform "negative acknowledgement" for incoming MQTT5 PUBLISH messages as a client subscriber? I want to send PUBACK with reason code 0x80, 0x83, 0x87, 0x90...
## Feature Request: Unable to connect to AWS IoT MQTT with custom authorizers Hi, We are using Hivemq-mqtt-client in our MQTT solution. It is working fine for connecting to MQTT...
## Expected behavior I would expect the library to work within a native-image by default. ## Actual behavior My program fails as soon as it hits the hivemq-mqtt-client. ``` Exception...
## Problem or use case A Android Complete Project Would be Helpful ## Preferred solution or suggestions There is a good documentation, but a complete example is needed so that...