Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 929 Bytes

README.adoc

File metadata and controls

26 lines (17 loc) · 929 Bytes

MQTT Message Log Plugin

Description

The MQTT Message Log is a very useful HiveMQ Plugin for debugging and development purposes. It provides the possibility to follow up on any clients communicating with the broker on the terminal.

The plugin logs the following events:

  • 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

How to use the plugin

  1. Copy the jar file to your <HIVEMQ_HOME>/plugins folder

  2. Run HiveMQ

  3. Connect with a MQTT client of your choice and publish something.

  4. You should see logged events in your terminal where you started HiveMQ