Problem scenario
You want to use Amazon SQS. How do you use this in AWS?
Solution
- Log into the AWS console.
- Go here: https://console.aws.amazon.com/sqs/
- Click "Get Started"
- Enter a queue name (e.g., contintqueue)
- Click "Quick-Create Queue"
- Click the radio button associated with the queue. Then click "Queue Actions" (the button near the top left).
- Click "Send a message"
- Enter some text and click "Send Message."
- Click "Close."
- Click "Queue Actions" again.
- Click "View/Delete Messages"
- Click "Start Polling for Messages"
- Click on the message you want to view.