Skip to content

Commit a5a7e29

Browse files
author
Emmanuel Bertrand
committed
feedback from Joey and Steve
1 parent 8a322f4 commit a5a7e29

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 properties](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. For example:
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:
298298

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

0 commit comments

Comments
 (0)