Send a file through rabbitmq Send a file through rabbitmq symfony symfony

Send a file through rabbitmq


I would not recommend using a message broker to send files.

I would store the zip file somewhere s3, nfs, disk and add the URI as a resource pointer in the message.

More information about messages queues and message sizes can be found here:Maximum message size for RabbitMQ