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