Skip to content

How can I processing a CSV file using RabbitMQ

I have a CSV file in the root of the project, in the /uploads folder. I want this file to be split into 2 queues and sent to RabbitMQ for processing. How can this be implemented?