1

I am trying to fetch the AWS SQS queue messages using lumen Queue worker and SQS queue messages will be created by other API's which is on other end. How can I retrieve all the messages from queue and process it.

I have created the job and installed the AWS sdk package into the lumen but it is not calling the handle written into the Job.

Can anyone please guide me step by step to sort out the problem

Dev Ramesh
  • 353
  • 1
  • 12
  • Have you considered creating a supervisor that points to `artisan queue:listen sqs ...` – xiarnousx Oct 09 '18 at 08:19
  • I have two server one for dispatching the queue data and second for retrieving but dispatching is successfully done at the 1st server but for pull the queue data second servers handle function is not get call – Dev Ramesh Dec 11 '18 at 09:14

0 Answers0