tencent cloud

Feedback

API Overview

Last updated: 2024-12-18 17:34:59

    Queue Model

    Queue APIs

    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.

    Message APIs

    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.

    Topic Model

    Topic APIs

    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.

    Message APIs

    API Feature
    Action ID
    Description
    PublishMessage
    Publishes message to specified topic.
    BatchPublishMessage
    Publishes messages to specified topic in batches.

    Subscription APIs

    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.