file

Quick Start Overview

Message Service MNS It supports the use of queue model and topic model to send and receive messages, and implements one-to-one or one to many consumption mode. This article gives you a quick start in a simple and clear way Message Service MNS

background information

Message Service MNS Provide queue model and topic model.

Getting Started with Queue Models

as Queue Model Quick Start Process This tutorial takes sending and receiving messages directly on the console as an example.

Figure 1 Queue Model Quick Start Process Queue model

The queue model sends and receives messages on the console as follows:

  1. Create Queue

  2. send message

  3. receive messages

  4. Delete Queue

Getting Started with Topic Models

The topic model supports message delivery to the queue, such as Topic Model Quick Start Process As shown in.

Figure 2 Topic Model Quick Start Process Theme model

The process for the topic model to deliver messages to the queue is as follows:

  1. Create Queue

  2. create themes

  3. Create Subscription

  4. Publish message

  5. receive messages

  6. Delete Queue

  7. Delete Topic

More information

Use the multilingual SDK to send and receive messages. See SDK Reference

  • Introduction to this page (1)