(Quick Reference)

correlationId

Purpose

Sets the correlation ID of the message.

Examples

rabbitMessagePublisher.send {
    routingKey = "example.queue"
    correlationId = "1234"
    body = "test message"
}

Description

Application correlation identifier.