New tutorial - large message best practices

Author: lukebakkenCreated Apr 9, 2020Updated Apr 9, 2020

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)

Source: rabbitmq/rabbitmq-tutorials