douluan5738 2016-09-29 04:02
浏览 215
已采纳

使用SQS Amazon发送Laravel队列消息

I'm using sqs queue in my laravel. Right now I have successsfully pushed my queue job to sqs server as shown in the picture below : enter image description here

The problem is, the message is never got executed. So how to process this message on SQS...?? Thanks a lot

  • 写回答

1条回答 默认 最新

  • douxing6434 2016-09-29 04:17
    关注

    I think you forgot to run the queue daemon. Try to run php artisan queue:listen in the project folder.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?