I am trying to find an MQTT broker which is compatible with hive MQ’s Mqtt5AsyncClient, for integration test purposes.
I am writing tests using JUnit, and have tried moquette but that appears (for now) to only support MQTT v3, not v5.
Does anyone know of an embedded (i.e. can be run through java code directly) MQTT broker which I could use in this scenario?
Source: Read More