(Quick Reference)

password

Purpose

Sets the password to use when connecting to the RabbitMQ server.

Examples

rabbitmq {
    connection = {
        connection(
            host: "rabbit.example.com",
            username: "foo",
            password: "bar"
        )
    }
}

Description

The password is required to connect to the RabbitMQ server.