(Quick Reference)

contentEncoding

Purpose

Sets the content encoding property of the message.

Examples

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

Description

MIME content encoding.