A primer on HiveMQ Broker: Difference between revisions

From OPC Labs Knowledge Base
Line 12: Line 12:
# Unpack the downloaded ZIP file.
# Unpack the downloaded ZIP file.
# In the unpacked directory, expand the '''bin''' subdirectory, the right-click '''run.bat''', and select "Run as administrator".
# In the unpacked directory, expand the '''bin''' subdirectory, the right-click '''run.bat''', and select "Run as administrator".
# You may get an error similar to this: "ERROR! You do not have the Java Runtime Environment installed, please install Java JRE from https://adoptium.net/?variant=openjdk21".

Revision as of 10:47, 1 August 2025

Introduction

HiveMQ Broker is a commercial MQTT Broker based on Java.

Web site: https://www.hivemq.com/products/mqtt-broker/

Download: https://www.hivemq.com/download/ (the whole HiveMQ Platform)

Documentation: https://docs.hivemq.com/hivemq/latest/user-guide/index.html (the whole HiveMQ Platform)

Installation

We have tested the following installation steps on Windows, with HiveMQ 4.42.0.

  1. Unpack the downloaded ZIP file.
  2. In the unpacked directory, expand the bin subdirectory, the right-click run.bat, and select "Run as administrator".
  3. You may get an error similar to this: "ERROR! You do not have the Java Runtime Environment installed, please install Java JRE from https://adoptium.net/?variant=openjdk21".