rabbitmq_publish
Publish a message to a RabbitMQ exchange using a routing key, with the message body and content type.
Instructions
Publish a message to an exchange with a routing key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message body (will be sent as-is, JSON strings should be pre-formatted) | |
| routing_key | Yes | Routing key for the message | |
| content_type | No | Content type of the message | application/json |
| exchange_name | Yes | Name of the exchange to publish to (empty string for default) |