1

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 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

6 Comments

Can I use php artisan queue:listen in my elasticbeanstalk server...??? So when I deploy my laravel to live server this Queue still run
There is no way to run queue daemon on AWS Elastic Beanstalk using supervisor as Laravel documentation recommends, but there is package to move queues tasks to scheduler and then run it using HTTP routes: github.com/dusterio/laravel-aws-worker
Ooow.. Thanks for you info @Anton, I will take a look at your link... :)
Mmm... My friend said that I can use supervisor, So mm... From your opinion, which one is better Anton ? Using supervisor or aws-worker as you mentioned, aand. Thanks for you info @Anton... :-)
If there is a possibility to use supervisor, I highly recommend using it, it is much more stable solution :)
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.