(Quick Reference)

host

Purpose

Sets the host name of IP address of the RabbitMQ server.

Examples

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

Description

The host is required to connect to the RabbitMQ server.