php artisan help queue:listen Arguments: connection The name of connection 其实就是队列的名字在哪里配置呢config\queue.php 列出了一些队列 sync,beanstalkd,redis 名字 用这些名字 替换 connection ,不替换也没关系,配置文件了设置了 default
php artisan help queue:listen
其实就是队列的名字
在哪里配置呢
config\queue.php
列出了一些队列sync
,beanstalkd
,redis
名字用这些名字 替换
connection
,不替换也没关系,配置文件了设置了default