Level 1
this is resolved
Hi there,
I am working on implementing the Rabbitmq using https://github.com/vladimir-yuldashev/laravel-queue-rabbitmq library
In my controller I have code
disptach(new Myjob($param))
This code is running as it is not throwing me any error or exception
Then I switch to terminal and . issue
$ rabbitmqadmin list queues
No items
Now where should I verify if queue is created or not ! on terminal I can make sure that rabbitmq service is up and running
when I start a worker
lumen.ERROR: exception 'InvalidArgumentException' with message 'No connector for []' in /vendor/illuminate/queue/QueueManager.php:169 Stack trace:
this is resolved
Please or to participate in this conversation.