This topic describes all the operations that you can perform on topics in the MNS console.

For more information, see Manage topics in the console and API reference

Topic-related operations

Operation Description Supported method
CreateTopic Creates a topic. Use the MNS console or call the API operation.
SetTopicAttributes Modifies a topic.
GetTopicAttributes Queries topic information.
DeleteTopic Deletes a topic.
ListTopic Queries a topic list.

Subscription-related operations

Operation Description Supported method
Subscribe Creates a subscription. Use the MNS console or call the API operation.
SetSubscriptionAttributes Modifies a subscription.
GetSubscriptionAttributes Queries the information of a subscription.
Unsubscribe Deletes a subscription.
ListSubscriptionByTopic Queries the subscription list of a topic.

Message-related operations

Operation Description Supported method
PublishMessage Publishes a message. Use the MNS console or call the API operation.