Skip to content

Commit badcfc8

Browse files
author
Emmanuel Bertrand
committed
one more try
1 parent a5a7e29 commit badcfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-mqtt-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The following is a list of IoT Hub implementation-specific behaviors:
294294

295295
* IoT Hub only supports one active MQTT connection per device. Any new MQTT connection on behalf of the same device ID causes IoT Hub to drop the existing connection and **400027 ConnectionForcefullyClosedOnNewConnection** will be logged into IoT Hub Logs
296296

297-
* To [route messages based on message body](iot-hub-devguide-routing-query-syntax.md#message-routing-query-based-on-message-properties), you must first add properties 'contentType' (`ct`) and 'contentEncoding' (`ce`) to your messages and set the 'contentType' property be `application/JSON`. For example:
297+
* To route messages based on message body, you must first add properties 'contentType' (`ct`) and 'contentEncoding' (`ce`) to your messages and set the 'contentType' property to be `application/JSON`. An example is shown below. To learn more about routing messages either based on message properties or message body, please see the [IoT Hub message routing query syntax documentation](iot-hub-devguide-routing-query-syntax.md).
298298

299299
```devices/{device_id}/messages/events/$.ct=application%2Fjson&$.ce=utf-8```
300300

0 commit comments

Comments
 (0)