quirinecker / quarkus-mqtt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mosquitto with Quarkus

Startup

Start MQTT

docker-compose -f docker-compose.mqtt.yml up

Start Quarkus

mvnw clean compile quarkus:dev

Publish Data

Open MQTT Explorer and publish data under the topic 4ahitm/sample_data. As soon as the data is published quarkus will log the value of the data into the console.

About


Languages

Language:HTML 60.0%Language:Java 40.0%