contentEncoding
Purpose
Sets the content encoding property of the message.Examples
rabbitMessagePublisher.send {
routingKey = "example.queue"
contentEncoding = "base64"
body = "test message"
}The native RabbitMQ Grails plugin provides easily consumable messaging functionality.
|
(Quick Reference)
contentEncodingPurposeSets the content encoding property of the message.ExamplesrabbitMessagePublisher.send {
routingKey = "example.queue"
contentEncoding = "base64"
body = "test message"
}DescriptionMIME content encoding. |
Command LineConnection ConfigurationConsumer ConfigurationRabbit Message Publisher |