rabbitmq_broker_initialize_connection
Establish a connection to a RabbitMQ broker using SIMPLE authentication by specifying broker hostname, username, and password.
Instructions
Connect to a new RabbitMQ broker which authentication strategy is SIMPLE.
broker_hostname: The hostname of the broker.
username: The username of user
password: The password of user
alias: Optional name for this connection (default: hostname). Use to manage multiple brokers, e.g. 'blue', 'green', 'prod'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| alias | No | ||
| use_tls | No | ||
| password | Yes | ||
| username | Yes | ||
| broker_hostname | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |