hivemq / hivemq-mqtt-client

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
https://hivemq.github.io/hivemq-mqtt-client/
Apache License 2.0
824 stars 153 forks source link

Uses cases for below HiveMQ success codes #625

Open Shalaka1197 opened 3 months ago

Shalaka1197 commented 3 months ago

Please tell me the valid test scenarios for below HiveMQ success codes. Is there any test cases are available for the same ?

pglombardo commented 3 months ago

Hi @Shalaka1197 - these all come from the MQTT protocol specifications: https://mqtt.org/mqtt-specification/

Many are tested in the bundled test suite.

What's your question regarding? Does this help?

Shalaka1197 commented 3 months ago

@pglombardo Can I get any test classes for the same ?

pglombardo commented 3 months ago

Everything we have for this client is open source in this repo. For example: https://github.com/search?q=repo%3Ahivemq%2Fhivemq-mqtt-client%20NO_MATCHING_SUBSCRIBERS&type=code