priority
Purpose
Sets the priority of the message.Examples
rabbitMessagePublisher.send {
routingKey = "example.queue"
priority = 5
body = "test message"
}The native RabbitMQ Grails plugin provides easily consumable messaging functionality.
|
(Quick Reference)
priorityPurposeSets the priority of the message.ExamplesrabbitMessagePublisher.send {
routingKey = "example.queue"
priority = 5
body = "test message"
}DescriptionMessage priority, 0 to 9. |
Command LineConnection ConfigurationConsumer ConfigurationRabbit Message Publisher |