Getting started: HiveMQ, Native Websockets Support and Message Log Plugin

Getting started: HiveMQ, Native Websockets Support and Message Log Plugin

author HiveMQ Team

Written by HiveMQ Team

Category: MQTT

Published: February 22, 2014


In this very short blog post we want to show you how quickly you can get a local running HiveMQ with MQTT over Websockets support and the Message Log plugin ready for action.

This is an ideal starting point for trying out MQTT locally on you computer.

So without too much words we are getting started right away:

Quickest Method in under 2 min: MacOSX + Homebrew

  • Open your terminal
1
2
3
4
brew tap hivemq/homebrew-hivemq
brew install hivemq
brew install hivemq-mqtt-message-log
vi /usr/local/Cellar/hivemq/1.4.4/libexec/conf/configuration.properties (use your favorite editor)
  • Change websockets.enabled to true
  • Change websockets.port to 8000

Otherwise (longer than 2min)

  • Download the current version from here
  • Download the Message Log Plugin from here
  • Unzip HiveMQ
  • Unzip the Message Log plugin
  • Copy the plugin jar into the HiveMQ plugins folder
  • Open conf/configurations.properties with your favorite editor
  • Change websockets.enabled to true
  • Change websockets.port to 8000

Windows

  • Double click run.bat in the bin folder

Linux/MacOSX

  • Open a terminal and go into the HiveMQ folder
1
2
chmod +x bin/run.sh
./bin/run.sh

Check if everything is running

  • Open our MQTT client in the browser
  • Change host to localhost (make sure broker and browser are on the same machine)
  • Click Connect HiveMQ-Demo-Client-connected
  • HiveMQ should recognize the connect
HiveMQ-terminal-Client-connected

Done!!

author HiveMQ Team

About HiveMQ Team

We love writing about MQTT, IoT protocols and architecture in general. Our experts are here to help, so reach out to us if we can help!

mail icon Contact HiveMQ
newer posts How to delete MQTT Retained Messages on Subtopics Recursively
The HiveMQ Christmas Special 2013 older posts