Audience
Companies searching for a solution for messaging between components of distributed applications and microservices
About Yandex Message Queue
Use standard or FIFO (first in, first out) queues depending on the number of RPS (requests per second). Use familiar tools for interacting with Amazon SQS, the HTTP API, CLI, and libraries for various programming languages. Message Queue uses fast NVMe-enabled solid-state drives to store messages. Messages are stored as multiple copies in geographically distributed availability zones. This ensures reliable storage and low latency with write confirmations. Message Queue is integrated with cloud functions, a trigger invokes a function that handles messages from a queue. Create a queue and view the number of messages and call duration in statistics. Consumers read messages from a standard queue in random order. Standard queues guarantee that each message is delivered at least once. In rare cases, a message can be received from a standard queue twice. Use standard queues when you need maximum throughput.