Skip to content

Files

Latest commit

 

History

History
48 lines (36 loc) · 2.25 KB

iot-hub-devguide-messaging.md

File metadata and controls

48 lines (36 loc) · 2.25 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.devlang ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author
Understand Azure IoT Hub messaging | Microsoft Docs
Developer guide - device-to-cloud and cloud-to-device messaging with IoT Hub. Includes information about message formats and supported communications protocols.
iot-hub
.net
dominicbetts
timlt
3fc5f1a3-3711-4611-9897-d4db079b4250
iot-hub
multiple
article
na
na
09/14/2017
dobett

Device-to-cloud and cloud-to-device messaging with IoT Hub

Use IoT Hub messaging to communicate with your devices by:

  • Sending device-to-cloud messages from your devices to your solution back end.
  • Sending cloud-to-device messages from the solution back end to your devices.

Core properties of IoT Hub messaging functionality are the reliability and durability of messages. These properties enable resilience to intermittent connectivity on the device side, and to load spikes in event processing on the cloud side. IoT Hub implements at least once delivery guarantees for both device-to-cloud and cloud-to-device messaging.

For an introduction to the capabilities of IoT Hub, see the articles Azure and Internet of Things and Overview of the Azure IoT Hub service.

When to use IoT Hub messaging

Use device-to-cloud messages for sending time series telemetry and alerts from your device app, and cloud-to-device messages for one-way notifications to your device app.

Next steps