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

## Problem or use case the broker does not allow the use of any other implementation of the slf4j-api. normally an application uses only the slf4j-api and leaves it up...

feature

**Motivation:** Avoid class loading issues while incorporating _EmbeddedHiveMQServer_ into _OSGi_ environment (such as _Eclipse Equinox_) during _LoggingBootstrap_. **Resolves** Issue #439 **Changes** HiveMQServer EmbeddedHiveMQImpl SystemProperties

**Motivation** Disabling internal *HiveMQServer* *LoggingBootstrap* resolves class loading issues when incorporating the embedded version in frameworks like *OSGi* or *Springboot*. Resolves issue #439 **Changes** - EmbeddedHiveMQBuilder.java - EmbeddedHiveMQBuilderImpl.java - EmbeddedHiveMQImpl...

cla-signed

**Describe the bug** Hi, I found something on the HiveMQ that is contrary to the protocol specification description (protocol violation or logic bug). For tracking purposes, I will report all...

## Expected behavior We still expect every message and repsponse to arrive correctly at the subscribed clients ## Actual behavior We have the problem that sometimes our service does not...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `0ad4b8f` -> `a5ac7e5` | ---...

cla-signed
renovate

## Expected behavior The build to complete successfully ## Actual behavior During the build process, the following errors are thrown ![Screenshot 2024-06-14 055043](https://github.com/hivemq/hivemq-community-edition/assets/165727408/af9ffeb9-6f8d-4e3d-89e5-16cf77c82a9d) ## To Reproduce ### Steps Create a...

## Expected behavior getHiveMqVersion() in class SystemInformationImpl should return "2023.10" ## Actual behavior getHiveMqVersion() returns "Development Snapshot" ## To Reproduce Just call SystemInformation.getHiveMQVersion() ## Details The class ManifestUtils tries to...

## Problem or Use Case Currently, by default, when a client sends a PUBLISH to a Dollar-Topic, the client will be disconnected. This behaviour is restricted to an internal configuration...

## Problem or use case When clients send PUBLISH and server defines that that publish is unauthorized, it might sometimes be inconvenient to disconnect the client. Looking at specifications, in...