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"
)
}
}The native RabbitMQ Grails plugin provides easily consumable messaging functionality.
|
(Quick Reference)
hostPurposeSets the host name of IP address of the RabbitMQ server.Examplesrabbitmq {
connection = {
connection(
host: "rabbit.example.com",
username: "foo",
password: "bar"
)
}
}DescriptionThe host is required to connect to the RabbitMQ server. |
Command LineConnection ConfigurationConsumer ConfigurationRabbit Message Publisher |