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