This topic describes the API operations of Simple Message Queue (formerly MNS) that you can call by using client SDKs.
Queue-related messaging
API operation | Description | Call method |
Sends a message to a queue. | SMQ console or OpenAPI Explorer | |
Sends multiple messages to a queue at a time. | OpenAPI Explorer | |
Receives a message from a queue. | SMQ console or OpenAPI Explorer | |
Receives multiple messages from a queue. | OpenAPI Explorer | |
Deletes a message that has been consumed. | SMQ console or OpenAPI Explorer | |
Deletes multiple messages from a queue. | OpenAPI Explorer | |
Queries a message. | OpenAPI Explorer | |
Queries multiple messages. | OpenAPI Explorer | |
Modifies the period after which a consumed message that remains in the Inactive state can be consumed again. | OpenAPI Explorer |
Topic-related messaging
Operation | Description |
Publishes a message to a topic. |