userId
Purpose
Sets the userId property of the message.Examples
rabbitMessagePublisher.send {
routingKey = "example.queue"
userId = "foobar"
body = "test message"
}The native RabbitMQ Grails plugin provides easily consumable messaging functionality.
|
(Quick Reference)
userIdPurposeSets the userId property of the message.ExamplesrabbitMessagePublisher.send {
routingKey = "example.queue"
userId = "foobar"
body = "test message"
}DescriptionCreating user id. |
Command LineConnection ConfigurationConsumer ConfigurationRabbit Message Publisher |