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