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 If you want to build a GraalVM(quarkus.io) application and you want to build it native (for low memory usage and fast start up times), the...
Build failure after moving from gradle 5.4 to gradle 6.6.1 My dependency is: > implementation group: 'com.hivemq', name: 'hivemq-mqtt-client-websocket', version: '1.2.1' (No error if i set a platform dependency, but,...
It seems that when the publish flow dies (for whatever reason) the HiveMQ Client is sending PUBACKs for subsequent messages. That's wrong. The Client should not send PUBACKs for Publishes...
## Problem or use case As an application, I would like to get informed about reconnection attempts performed automatically by the library (e.g., for logging purposes or for providing connection...
## Problem or use case The client is currently only logging errors and warnings. For debugging purposes and during application development, it would be very useful to also have logs...
Moved from #201 which only is about session resumption and hostname verification
Support using OCSP and OCSP Stapling to validate server certificates.
## Problem or use case While distributed systems are already a pain to debug, adding asynchronicity as with MQTT makes things even harder. More and more tools add OpenTracing (or...
## Problem or use case In some case we need to have a possibility to setup our custom TCP keepalive settings for this client, but your code, which initializes a...