检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
You are advised to delete queues whose names contain special characters. The virtual host name starts with a special character, for example, a dot (.).
Then, click OK to delete the tag. The tags are deleted when they are no longer displayed in the tag list. Parent Topic: Managing Instances
Table 1 DMS for RabbitMQ actions Permissions APIs Actions IAM Projects Enterprise Projects Creating an Instance POST /v2/{project_id}/instances dms:instance:create √ √ Deleting an Instance DELETE /v2/{project_id}/instances/{instance_id} dms:instance:delete √ √ Modifying an Instance
Example 1: Grant permission to create and delete instances. { "Version": "1.1", "Statement": [ { "Effect": "Allow", "Action": [ "dms:instance:create", "dms:instance:delete" ] } ] } Example
The connection can be used to produce and consume messages, and clear and delete the queue. Other connections can neither access the queue, nor declare another exclusive queue with its name. An exclusive queue cannot be persistent.
In the displayed Delete Task dialog box, click OK. Only tasks in the Successful or Failed state can be deleted. Related Document To view a background task list by calling an API, see Listing Background Tasks. Parent Topic: Managing Instances
DELETE: requests a server to delete specified resources, for example, objects. HEAD: same as GET except that the server must return only the response header. PATCH: requests a server to update a part of a specified resource.
Auto delete Whether to enable automatic deletion. Yes: This exchange will be automatically deleted when the last bound queue unbound from the exchange. No: This exchange will not be deleted when the last bound queue unbound from the exchange.
Delete unnecessary RabbitMQ instances to avoid unexpected fees.
Stopping Billing To avoid unexpected bills, you can unsubscribe from or delete your cloud services if they are no longer needed. For details, see Stopping Billing. Cost Management You can manage your costs from 4 dimensions: composition, allocation, analysis, and optimization.
Auto delete Whether to enable automatic deletion. Yes: This queue will be automatically deleted when the last consumer unsubscribes from the queue. No: This queue will not be deleted when the last consumer unsubscribes from the queue.
Automatically delete Whether this exchange can be automatically deleted. Yes: This exchange will be automatically deleted when the last bound queue unbound from the exchange. No: This exchange will not be deleted when the last bound queue unbound from the exchange.
Automatically delete Whether this queue can be automatically deleted. Yes: This queue will be automatically deleted when the last consumer unsubscribes from the queue. No: This queue will not be deleted when the last consumer unsubscribes from the queue.
If the instance is in the Failed state, delete it by referring to Deleting a RabbitMQ Instance and try purchasing another one. If the purchase fails a second time, contact customer service.
For example, if you purchase a pay-per-use RabbitMQ instance at 8:45:30, and delete it at 8:55:00, the billing period is from 8:00:00 to 9:00:00. Fees are generated from 8:45:30 to 8:55:30, and the billing duration is 600 seconds.
You can call APIs to create, delete, and modify instances. All regions API Overview
Web Deployment Web Deployment Best Practices for Setting Up Websites 05 APIs You can use APIs to create, delete, and restart instances.
The server determines whether to delete a message from a queue based on whether the message is successfully received by the consumer. Consumer acknowledgments are important to ensure data reliability.
URI DELETE /v2/rabbitmq/{project_id}/instances/{instance_id}/vhosts/{vhost}/queues/{queue}/contents Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String Project ID.
For example, you can create IAM users for software developers and assign specific permissions to allow them to use DMS for RabbitMQ resources but prevent them from being able to delete resources or perform any high-risk operations.