rabbitmq_connect
Establish a connection to a RabbitMQ broker using environment variables for host, port, credentials, and SSL, enabling subsequent queue and message operations.
Instructions
Connect to RabbitMQ broker using environment variables. Set RABBITMQ_HOST, RABBITMQ_PORT, RABBITMQ_USER, RABBITMQ_PASSWORD, RABBITMQ_VHOST, RABBITMQ_USE_SSL, RABBITMQ_CA_CERT before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||