From the course: AWS for Developers: SNS, SQS, and SWF

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Send and receive a SQS message

Challenge: Send and receive a SQS message - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: SNS, SQS, and SWF

Start my 1-month free trial

Challenge: Send and receive a SQS message

(upbeat music) - [Instructor] If you look at QueueResumeParser.php, you'll notice that when we are sending the SQS message, we're passing in some custom attributes, such as the location of where the resume is uploaded to on the server. Now, you can have several of these attributes and you can read them from within the worker. We're already sending resume location up to the queue, and when the worker runs, it's dumping out the response, it's parsing from SQS. See if you can echo out the resume location from SQS. Even if you aren't familiar with PHP, most of what you'll need to know is already In the code sample and the example output. So see if you can reason it out.

Contents