(Quick Reference)

appId

Purpose

Sets the appId property of the message.

Examples

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

Description

Creating application ID.