mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-24 10:38:34 +00:00
9e036ff724b3a515c31e66cc882524c4473351c1
Free and High Performance MQTT Broker
About
Golang MQTT Broker, Version 3.1.1, and Compatible for eclipse paho client
RUNNING
$ git clone https://github.com/fhmq/hmq.git
$ cd hmq
$ go run main.go
broker.config
{
"port": "1883",
"host": "0.0.0.0",
"cluster": {
"host": "0.0.0.0",
"port": "1993",
"routers": ["10.10.0.11:1993","10.10.0.12:1993"]
}
}
Features and Future
-
Supports QOS 0
-
Cluster Support
-
Supports retained messages
-
Supports will messages
-
Queue subscribe
QUEUE SUBSCRIBE
| Prefix | Examples |
|---|---|
| $queue/ | mosquitto_sub -t ‘$queue/topic’ |
Description
Languages
Go
99.8%
Dockerfile
0.2%