expiration
Purpose
Sets the expiration property of the message.Examples
rabbitMessagePublisher.send {
routingKey = "example.queue"
expiration = "Tuesday, October 22nd 2013"
body = "test message"
}The native RabbitMQ Grails plugin provides easily consumable messaging functionality.
|
(Quick Reference)
expirationPurposeSets the expiration property of the message.ExamplesrabbitMessagePublisher.send {
routingKey = "example.queue"
expiration = "Tuesday, October 22nd 2013"
body = "test message"
}DescriptionMessage expiration specification. |
Command LineConnection ConfigurationConsumer ConfigurationRabbit Message Publisher |