Skip to content

Akayeshmantha/mqtt-broker-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT Broker API

Spring-boot 3.0.3 + Reactive + Hivemq Powered application for demo purposes.

How to run me 🏃

Run with the jar

java -jar mqtt-broker-api-0.0.1-SNAPSHOT.jar.jar

Run with docker`

First build the flat jar with the usual. gradle bootJar

Then run the docker build docker build -t mqttbroker:latest .

And then run docker run mqttbroker:latest

What it serves for

With the mqtt broker app you can maintain different broker configurations.

Connect to them.

Publish String messages (this is a know limitation in this app for now and a future work).

Subscribe long polling from diffrent brokers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published