correlationId
Purpose
Sets the correlation ID of the message.Examples
rabbitMessagePublisher.send {
routingKey = "example.queue"
correlationId = "1234"
body = "test message"
}The native RabbitMQ Grails plugin provides easily consumable messaging functionality.
|
(Quick Reference)
correlationIdPurposeSets the correlation ID of the message.ExamplesrabbitMessagePublisher.send {
routingKey = "example.queue"
correlationId = "1234"
body = "test message"
}DescriptionApplication correlation identifier. |
Command LineConnection ConfigurationConsumer ConfigurationRabbit Message Publisher |