We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf1b97 commit c6965b2Copy full SHA for c6965b2
src/reference/asciidoc/mqtt.adoc
@@ -274,7 +274,7 @@ It is not used if a custom `converter` is supplied.
274
The default is `headers[mqtt_retained]`.
275
<9> The default topic to which the message is sent (used if no `mqtt_topic` header is found).
276
<10> An expression to evaluate to determine the destination topic.
277
-The default is `headers['topic']`.
+The default is `headers['mqtt_topic']`.
278
<11> When `true`, the caller does not block.
279
Rather, it waits for delivery confirmation when a message is sent.
280
The default is `false` (the send blocks until delivery is confirmed).
0 commit comments