SmartsquareGmbH / mqtt-starter

HiveMQ Spring Boot Starter
MIT License
15 stars 5 forks source link

Introduce mqtt.enabled property #7

Closed rubengees closed 2 years ago

rubengees commented 2 years ago

This adds an mqtt.enabled property that can be used to disable the mqtt client e.g. in a testing environment. If unset or true there are no changes to before.

Fixes #6.