rabbitmq_broker_initialize_connection_with_oauth
Connect to a RabbitMQ broker using OAuth authentication. Provide broker hostname and access token to establish a secure connection.
Instructions
Connect to a new RabbitMQ broker using OAuth.
broker_hostname: The hostname of the broker.
oauth_token: A valid access token
alias: Optional name for this connection (default: hostname).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | ||
| oauth_token | Yes | ||
| broker_hostname | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |