All Products
Search
Document Center

:What can you do with Simple Message Queue (formerly MNS)?

Last Updated:Jun 16, 2026

Simple Message Queue (formerly MNS) supports several typical scenarios for asynchronous messaging and event-driven architectures.

Typical scenarios include:

  1. Integrate Simple Message Queue (formerly MNS) with other Alibaba Cloud services to improve application reliability and flexibility.

  2. Use Simple Message Queue (formerly MNS) as a work queue, where each message represents a task. One or more ECS instances can read and execute tasks from the queue.

  3. Store notifications for important business events in Simple Message Queue (formerly MNS), where each event corresponds to a message. Applications that need to handle an event can read and process the corresponding message from the queue.