码迷,mamicode.com
首页 > 其他好文 > 详细

laravel 下 rabbitmq必看

时间:2020-06-02 19:25:49      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:数据   进入   his   更新   tis   dispatch   变更   new   res   

1,新建queue

php artisan make:Job  queueTest

 

2,变更了queueTest 需要更新 

php artisan  queue:restart

 

3, 查看队列执行情况 

php artisan queue:work

 

4,将数据存入队列

$this->dispatch(new Queue($arr1));//进入队列

laravel 下 rabbitmq必看

标签:数据   进入   his   更新   tis   dispatch   变更   new   res   

原文地址:https://www.cnblogs.com/shangfz/p/13032712.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!