laravel-queue-rabbitmq
laravel-queue-rabbitmq copied to clipboard
How to publish an array to rabbitmq?
I have another application with another language that doesn't respect Laravel's job payload schema. I want publish an array .
For example : [ 'type' => 'active' , 'ids' => [10,12,15] ]
Thank you