hivemq-community-edition icon indicating copy to clipboard operation
hivemq-community-edition copied to clipboard

HiveMQ CE is a Java-based open source MQTT broker that fully supports MQTT 3.x and MQTT 5. It is the foundation of the HiveMQ Enterprise Connectivity and Messaging Platform

Results 64 hivemq-community-edition issues
Sort by recently updated
recently updated
newest added
trafficstars

## Expected behavior To be able to deploy a HiveMQ instance with persistent storage on Azure Kubernetes service ## Actual behavior Version 2024.2 and onward fails to initiate properly with...

## Expected behavior Broker does not crash during runtime ## Actual behavior We have been using the HiveMQ broker version 2021.3 Community Edition for several years without any issues. Recently,...

**Motivation** HiveMQ Documentation should utilize the Java 11 Toolchain as per documentation. Wiremock version 3.0.1 has CVE's. The latest version of Wiremock resolves these vulnerabilities. Wiremock project team are no...

Replace the deprecated MockitoAnnotations.initMocks() method with the recommended Mockito.Annotations.openMocks() method **Motivation** - initMocks was used to initialize mocks annotated with @Mock, @Spy, etc., in your test class - openMocks is...