username
Purpose
Sets the username to use when connecting to 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)
usernamePurposeSets the username to use when connecting to the RabbitMQ server.Examplesrabbitmq { connection = { connection( host: "rabbit.example.com", username: "foo", password: "bar" ) } } DescriptionThe username is required to connect to the RabbitMQ server. |
Command LineConnection ConfigurationConsumer ConfigurationRabbit Message Publisher |