(Quick Reference)

messageId

Purpose

Sets the messageId property of the message.

Examples

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

Description

Application message identifier.