Skip to content

wivwiv/mqtt-lb-nginx

Repository files navigation

MQTT LB Nginx

Useage

docker compose up -d

Open https://localhost:18083 to visit EMQX Dashboard.

Test

EMQX MQTT TCP

$ mqttx sub --config ./mqttx_cli_emqx_tcp.json

[2023-8-22] [22:26:21] › …  Connecting using configuration file, host: localhost, port: 1883, topic: t/1
[2023-8-22] [22:26:21] › ✔  Connected
[2023-8-22] [22:26:21] › …  Subscribing to t/1...
[2023-8-22] [22:26:21] › ✔  Subscribed to t/1

EMQX MQTT TLS

$ mqttx sub --config ./mqttx_cli_emqx_tls.json

[2023-8-22] [22:26:54] › …  Connecting using configuration file, host: undefined, port: 8883, topic: t/1
[2023-8-22] [22:26:54] › ✔  Connected
[2023-8-22] [22:26:54] › …  Subscribing to t/1...
[2023-8-22] [22:26:54] › ✔  Subscribed to t/1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published