IoT Edge Message Stream will be decommissioned on December 10, 2024.
The IoT Edge Message Stream is a durable sliding buffer for messages, created as a supplementary tool for IoT Edge Connect.
Use this API to:
-
Combine messages sent by multiple publishers into a single stream.
-
Bulk read large streams of data.
-
Retain the ordering used by the publishing service.
API summary
See the API's various operations for details on their request parameters and response data:
Operation | Method | Endpoint |
---|---|---|
Messages | ||
Get a retained message | GET | /retained/{topic} |
Get messages | GET | /topics/{topic} |
Get messages for groups | GET | /topics/{topic}/groups/{groupId} |