laravel-queue-rabbitmq icon indicating copy to clipboard operation
laravel-queue-rabbitmq copied to clipboard

How to publish an array to rabbitmq?

Open jahangirkhedri opened this issue 3 years ago • 0 comments

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

jahangirkhedri avatar Jul 18 '22 10:07 jahangirkhedri