Get Messages by Message Queue

Last Updated on : 2023-06-27 03:13:18download

You can subscribe to the message service for a cloud project. If the device status in the project changes, such as registration, data reporting, and offline events, Message Service is used to actively push event data to you with Pulsar. This helps to implement real-time and persistent messages. This practice describes how to listen for device messages based on Pulsar in actual development.

Currently, this practice is demonstrated in five programming languages: For more information, see the following documentation:

Programming language URL
Java Get Push Messages by Pulsar (Java SDK)
Golang Get Push Messages by Pulsar (Go SDK)
Python Get Push Messages by Pulsar (Python SDK)
Node.js Get Push Messages by Pulsar (Node.js SDK)
C# Get Push Messages by Pulsar (C# SDK)