API Feature | Action ID | Description |
CreateQueue | Creates queue under your account. | |
ListQueue | Lists queues under your account. Data can be obtained by page. | |
GetQueueAttributes | Gets the attribute of created queue. | |
SetQueueAttributes | Modifies the attribute of message queue. | |
DeleteQueue | Deletes created queue. |
API Feature | Action ID | Description |
SendMessage | Sends message to specified queue. | |
BatchSendMessage | Sends messages in batches to specified queue. | |
ReceiveMessage | Consumes message in queue. | |
BatchReceiveMessage | Consumes multiple messages in queue. | |
DeleteMessage | Deletes consumed message. | |
BatchDeleteMessage | Deletes consumed messages in batches. |
API Feature | Action ID | Description |
CreateTopic | Creates topic under your account. | |
SetTopicAttributes | Modifies the attribute of created topic. | |
ListTopic | Lists topics under your account. Data can be obtained by page. | |
GetTopicAttributes | Gets the attribute of created topic. | |
DeleteTopic | Deletes created topic. |
API Feature | Action ID | Description |
PublishMessage | Publishes message to specified topic. | |
BatchPublishMessage | Publishes messages to specified topic in batches. |
API Feature | Action ID | Description |
Subscribe | Creates subscription under your account. | |
ListSubscriptionByTopic | Lists subscriptions under topic. Data can be obtained by page. | |
SetSubscriptionAttributes | Sets the attribute of created subscription. | |
GetSubscriptionAttributes | Gets the attribute of created subscription. | |
Unsubscribe | Deletes created subscription. |
Was this page helpful?