
HiveMQ - MQTT Message Log Plugin
Written by The HiveMQ Team
Category: HiveMQ
Published: October 22, 2013
A few days ago we released a new HiveMQ plugin called MQTT Message Log. This plugin logs events with HiveMQs standard log mechanism. This is great for debugging purposes, as you will see any relevant client actions right in your terminal window where you started HiveMQ (or in HiveMQs log file).
The following events are logged:
- A client connects to HiveMQ
- A client sends a publish message
- A client subscribes to a topic
- A client unsubscribes from a topic
- A client disconnects from HiveMQ
Installation
You can download the plugin here. There is no configuration needed, just drop the .jar file into your /plugins folder of your HiveMQ installation.
If you are on a Mac OSX machine, you can use homebrew to install the plugin instead:
brew install hivemq-mqtt-message-log
Source Code
The source code is available on Github: https://github.com/hivemq/mqtt-message-log.
Let us know in the comments what you think about the plugin!
The HiveMQ Team