rabbitmq_declare_exchange
Declare a new RabbitMQ exchange by specifying its name, type, and durability. Set up message routing for direct, topic, fanout, or headers exchanges.
Instructions
Declare a new exchange.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| durable | No | Whether the exchange should survive broker restart | |
| exchange_name | Yes | Name of the exchange to declare | |
| exchange_type | No | Exchange type: direct, topic, fanout, headers | topic |