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

## Expected behavior A client should be able to reauthorize, if it is currently connected and authorize ## Actual behavior A reauthorize works only once. If a client has already...

## Expected behavior the document should either change the download link in 1. to "git clone..." and the current source code e.g. [this](https://github.com/hivemq/hivemq-community-edition/wiki/Installing-HiveMQ). Then it would be correct that the...

## Expected behavior If a client publish message (retained, QoS 0,1,2) reaches the broker it should be forwarded to subscribers, the topic should be updated and plugin interceptors should be...

question

https://hivemq.kanbanize.com/ctrl_board/4/cards/6912/details/

cla-signed

one mqtt project called emqx has dashboard feature,so you can see many things from the dashboard,but hivemq community doesn't have such functions

question

## Problem or use case now `EmbeddedHiveMQBuilder` only allow use one embedded extension ```java /** * Sets the {@link EmbeddedExtension} to the given argument. * * @param embeddedExtension the used...

enhancement
feature

## HiveMQ broker installation process is broken and not detailed enough for troubleshooting The process documented at the home page of this repo fails many times. There is no way...

question

**Motivation** This message shouldn't be outputted until after the operation is complete. Also if the operation is successful, the message logged will use the new overriden logger instead of the...

## Expected behavior Log4j 2 SLF4J Binding can be used for SLF4J API ## Actual behavior if you exclude logback-classic in gradle because you want to use log4j2 you get...

## Expected behavior When starting an embedded broker on the current version 16 of Java, it should run just as fine as with previous versions. ## Actual behavior However it...