Skip to content

Instantly share code, notes, and snippets.

Created July 2, 2016 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/dfe49bdf57131f03e7f17f28fed9c367 to your computer and use it in GitHub Desktop.
Save anonymous/dfe49bdf57131f03e7f17f28fed9c367 to your computer and use it in GitHub Desktop.
<wlevs:adapter id="mqttOutbound" provider="mqtt-outbound">
<wlevs:instance-property name="serverURIs" value="tcp://test.mosquitto.org:1883" />
<wlevs:instance-property name="topicName" value="temperatures" />
<wlevs:instance-property name="qualityOfService" value="1" />
<wlevs:instance-property name="mapper" ref="jsonMapper" />
</wlevs:adapter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment