put-exchange
Create or update a RabbitMQ exchange by specifying vhost, name, type, and optional properties like durability and auto-delete.
Instructions
Create or update an exchange.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vhost | Yes | ||
| name | Yes | ||
| type | Yes | ||
| durable | No | ||
| auto_delete | No | ||
| internal | No | ||
| arguments | No |