检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Delete instances using either of the following methods: Select one or more RabbitMQ instances and click Delete in the upper left corner. In the row containing the desired RabbitMQ instance, click Delete. In the displayed Delete Instance dialog box, enter DELETE and click OK.
You are advised to delete queues whose names contain special characters. The virtual host name starts with a special character, for example, a dot (.).
Example 1: Grant permission to create and delete instances. { "Version": "1.1", "Statement": [ { "Effect": "Allow", "Action": [ "dms:instance:create", "dms:instance:delete" ] } ] } Example
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
In the displayed Delete Task dialog box, click OK. Only tasks in the Successful or Failed state can be deleted. 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.
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.
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
Consumer Acknowledgment 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.
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.
Web Deployment Web Deployment Best Practices for Setting Up Websites 05 APIs You can use APIs to create, delete, and restart instances.
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.
Disabled: The exchange will not be deleted when the last bound queue unbound from the exchange. Persistence This parameter is mandatory for RabbitMQ 3.x.x instances, and enabled by default for RabbitMQ AMQP-0-9-1 ones. Indicates whether to enable exchange persistence.
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.
Check the parameter. 400 DMS.00400064 The action parameter in the request must be delete or restart. The action parameter in the request must be delete or restart. Check the action parameter. 400 DMS.00400065 The instances parameter in the request is empty.
Delete queues. Memory Usage Alarm threshold: Raw data > Expected usage (30% is recommended) Number of consecutive periods: 3–5 Alarm severity: Major To prevent high memory watermarks from blocking publishing, configure an alarm for this metric on each node.
If the instance is in the Creation failed state, delete it and try purchasing another one. If the instance purchase fails again, contact customer service. After the instance is created, click its name to go to the instance details page.
RabbitMQ provides the following methods to automatically delete a queue: Set a TTL policy for the queue. For example, if TTL is set to 28 days, the queue will be deleted after staying idle for 28 days. Use an auto-delete queue.