laravel-queue-rabbitmq
laravel-queue-rabbitmq copied to clipboard
Octet out of range on dispatching job
- Laravel/Lumen version: 8.0
- RabbitMQ version: 11
- Package version: 11
On dispatching job i am getting following error: https://prnt.sc/1y1fnv7
Have you found any solutions? @iamwebdev @vyuldashev
Have you found any solutions? @iamwebdev @vyuldashev
Not yet, how come not anyone else facing this issue. It is pretty common
Due to the lack of activity here and the lack of details (non functional link in PR), I'm gonna close this PR. Feel free to open a new one or re-open this one if you have more details that we could work from.
This happens if you set queue priority in queue job. Solution is to use,
dispatch()->onQueue('priority');
or set in constructor