This tutorial could cover two common solutions to sending large messages through RabbitMQ: * Compressing the message body * Saving the data in an external store, and retrieving when the message is consumed (fyi @kjnilsson)