检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
"enable" : true, "name" : "rabbitmq_shovel", "version" : "3.8.35" }, { "running" : true, "enable" : true, "name" : "rabbitmq_c
否 企业项目ID。 请求示例 示例1 : { "name": "dms002", "description": "instance description" } 示例2 { "name": "dms002", "description":
策略参数说明 参数 说明 Name 策略的名称,用户自定义。 Pattern 队列匹配模式,填写队列名称,会匹配包含此队列名称的队列。 例如:设置为“.*”时,表示匹配所有队列。设置为“.*queue-name”时,表示匹配队列名称包含queue-name的所有队列。 Apply to
String 实例ID vhost 是 String Vhost名称 请求参数 表2 请求Body参数 参数 是否必选 参数类型 描述 name 是 Array of strings 需要删除的资源名称列表 响应参数 无 请求示例 批量删除指定Exchange POST /v2/
参数 参数类型 描述 soldOut Boolean 是否售罄。 id String 可用区ID。 code String 可用区编码。 name String 可用区名称。 port String 可用区端口号。 resource_availability String 分区上是否还有可用资源。
(可选)如果您需要设置指定Vhost,请执行本步骤;如果不需要,请直接执行4。 选择右侧导航栏“Virtual Hosts”,然后输入“Name”,单击“Add virtual host”,创建Vhost。 图2 创建Vhost 选择右侧导航栏“Policies”,为Vhost设置策略。
请求参数 无 响应参数 状态码: 200 表2 响应Body参数 参数 参数类型 描述 vhost String Queue所属Vhost名称 name String Queue名称 durable Boolean 是否持久化 auto_delete Boolean 是否自动删除 messages
in thread "main" com.rabbitmq.client.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For
Boolean 是否持久化 default Boolean 是否是默认Exchange internal Boolean 是否是内部Exchange name String Exchange名称 auto_delete Boolean 是否自动删除 type String Exchange类型
clientProperties = new HashMap<>(); clientProperties.put("connection_name", "producer"); connectionFactory.setClientProperties(clientProperties);
String 老规格,例如dms.instance.rabbitmq.cluster.c3.8u16g,当oper_type类型horizontal时,为dms.instance.rabbitmq.cluster.c3.8u16g.5,最后的数字5为代理数 响应参数 状态码: 200
objects 查询详情 表4 QueueDetails 参数 参数类型 描述 vhost String Queue所属Vhost名称 name String Queue名称 durable Boolean 是否持久化 auto_delete Boolean 是否自动删除 messages
200 添加绑定成功 { "source" : "exchange_name", "destination_type" : "Queue", "destination" : "queue_name", "routing_key" : "binding_key_demo"
通过Policy修改master节点方式 登录RabbitMQ WebUI页面。 在“Admin > Policies”页面中,新增一条策略。 Name:填写策略名称。 Pattern:队列匹配模式,填写队列名称,会匹配前缀同名的队列。 Apply to:选择“Queues”。 Prio
"parent_id": "65382450e8f64ac0870cd180d14e684b", "name": "xxx-xxx-xxx", "description": "", "links":
println("messageID: " + messageId); System.out.println("Send message success!"); //关闭信道 channel.close(); //关闭连接 connection.close(); 消费者根据messag
setPort(5672); // 配置实例连接的用户名和密码 factory.setUsername("name"); factory.setPassword("password"); Connection connection
"rabbitmq.2u4g.single" } }, { "type" : "cluster", "product_id" : "c6.4u8g.cluster", "ecs_flavor_id" : "c6.xlarge.2", "billing_code"
max_queue_per_broker String 最大队列 表7 RabbitMQProductSupportFeaturesEntity 参数 参数类型 描述 name String 特性名称。 properties Map<String,String> 功能特性的键值对。 请求示例 查询实例的扩容规格列表。
exceptions import exceptions from huaweicloudsdkrabbitmq.v2 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded