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
 I use mqtt5 async client to consume message using callback, in callback (not completed yet) I publish a message, thread blocked, is it normal? **code snippet:** consume callback: ...
send thread blocks here at line 83:  this is how client creates:  mtt broker I used is Emqx4.2.2, I did not find error message in emqx error log....
java.lang.NoClassDefFoundError: com.hivemq.client.internal.mqtt.-$$Lambda$8XwOwflQFtWxajl986zuohwMl00 at com.hivemq.client.internal.mqtt.MqttRxClientBuilder.simpleAuth(MqttRxClientBuilder.java:76) at com.hivemq.client.internal.mqtt.MqttRxClientBuilder.simpleAuth(MqttRxClientBuilder.java:39)
Hello there! Using the Hive Java API (both v3 and v5) to connect to brokers where I don't control the topic space, occasionally I receive messages that are published to...
## Problem or use case Hi, I have a question regarding the netty version used in the hivemq-mqtt-client. Currently, hivemq-mqtt-client is netty version using 4.1.48.Final that has some vulnerabilities and...
I have rabbit mq server with SSL enabled. I try to implement java client using HiveMQ following [1]. TCP connection stablished successfully. Now I need to use TLS/SSL client with...
## Problem or use case When the client auto re-connects it tries to re-subscribe previous subscriptions (at least it does when the `conack` doesn't report a session is present) but...
## Expected behavior On a Datalogic Joya Touch I change the wifi network. When I switch from network A to B, MqttClient reconnect. The device is online (if I open...