How Do You Use Amazon Simple Queue Service?

Problem scenario
You want to use Amazon SQS. How do you use this in AWS?

Solution

  1. Log into the AWS console.
  2. Go here: https://console.aws.amazon.com/sqs/
  3. Click "Get Started"
  4. Enter a queue name (e.g., contintqueue)
  5. Click "Quick-Create Queue"
  6. Click the radio button associated with the queue. Then click "Queue Actions" (the button near the top left).
  7. Click "Send a message"
  8. Enter some text and click "Send Message."
  9. Click "Close."
  10. Click "Queue Actions" again.
  11. Click "View/Delete Messages"
  12. Click "Start Polling for Messages"
  13. Click on the message you want to view.

Leave a comment

Your email address will not be published. Required fields are marked *