How to retrive all AWS SQS queue messages in lumen without dispatching

209 Views Asked by At

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

0

There are 0 best solutions below