(Quick Reference)

type

Purpose

Sets the type property of the message.

Examples

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

Description

Message type name.