1publishers:
2  - mqtt:
3      broker-url: tcp://localhost:1883
4      topic: hello
5      message: world
6      qos: EXACTLY_ONCE
7      retain-message: true
8      credentials-id: abcde
9