hivemq-community-edition
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
## Problem or use case On the startup of our application, a lot of data needs to be loaded and retained, so that when a customer/client connects, it will see...
I'm trying to do a graceful shutdown of com.hivemq.client.mqtt.mqtt3.Mqtt3AsyncClient, but have some threads that seem to not bing shut down. I attempt to shut down by calling disconnect() on my...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.netty:netty-transport](https://netty.io/) ([source](https://redirect.github.com/netty/netty)) | `4.1.119.Final` -> `4.1.122.Final` | [](https://docs.renovatebot.com/merge-confidence/) |...
## Problem or use case When failed to read config file (config.xml) due to various reasons, in ConfigFileReader.setConfigFromXML method, it will use log.debug in catch clause to report exception detail...
## Expected behavior HiveMQ community edition provides to embed an HiveMQ instance in your own Java application. Following README.md instructions we are actually able to start HiveMQ embedded within a...
## Expected behavior Subscribers should consistently receive messages as long as the connection is active and the broker has messages on the subscribed topics, regardless of load conditions. > Under...
When trying to build the dependency from main branch (or even for 2025.2), the build fails, because of missing .asc files. See https://jitpack.io/com/github/hivemq/hivemq-community-edition/master-17ea7f5f53-1/build.log and https://jitpack.io/com/github/hivemq/hivemq-community-edition/2025.2/build.log ``` 1: Task failed with...
**Motivation** I've described the motivation in my previous created [issue](https://github.com/hivemq/hivemq-community-edition/issues/523), but never got an response. Please let me know if any further changes need to be done. Resolves #523 **Changes**...
Currently, a `logback.xml` file is directly included in the JAR. This causes issues for users who want to provide their own logging configuration: - Users cannot easily override the logging...
Hi, I am facing an issue on the client side where it stops receiving messages from the broker, even though it can successfully publish messages. As a result, the client...