Creates an exchange. In ApsaraMQ for RabbitMQ, an exchange is used to route a message that is received from a producer to one or more queues or to discard the message. An exchange routes a message to queues by using the routing key and binding keys.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
amqp:CreateExchange | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The ID of the ApsaraMQ for RabbitMQ for which you want to create an exchange. | amqp-cn-v0h1kb9nu*** |
VirtualHost | string | Yes | The name of the vhost to which the exchange that you want to create belongs. | test |
ExchangeName | string | Yes | The name of the exchange that you want to create. The exchange name must meet the following conventions:
| DemoExchange |
ExchangeType | string | Yes | The exchange type. Valid values:
| DIRECT |
AutoDeleteState | boolean | Yes | Specifies whether to automatically delete the exchange. Valid values:
| false |
Internal | boolean | Yes | Specifies whether the exchange is an internal exchange. Valid values:
| false |
AlternateExchange | string | No | The alternate exchange. An alternate exchange is used to receive messages that fail to be routed to queues from the current exchange. | DemoAE |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "021788F6-E50C-4BD6-9F80-66B0A19A6***"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-11 | The request parameters of the API has changed | View Change Details |
2024-03-19 | The internal configuration of the API is changed, but the call is not affected | View Change Details |