mqtt-spring-boot-starter icon indicating copy to clipboard operation
mqtt-spring-boot-starter copied to clipboard

MQTT starter for Spring Boot, easier to use.

Results 4 mqtt-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

https://github.com/tocrhz/mqtt-spring-boot-starter/blob/cbcd10b382187352efda901a411268b588359675/src/main/java/com/github/tocrhz/mqtt/autoconfigure/MqttSubscribeProcessor.java#L31 ,只需要将这里的逻辑放到after里面处理就可以了

启动顺序有问题吗,早过了spring 本身的变量注入?

@MqttSubscribe(value = "$queue/online/+", qos = 1) 这种共享订阅加了$queue后, topicPair好像没有办法match到

Because your property names include '_' they cannot be overridden from the environment. e.g. mqtt.clients.multi_client_1.uri. Trying to override via "mqtt_clients_multi_client_1_uri=..." does not work.