SQS
AWS SQS stands for Simple Queue Service. AWS Simple Queue Service (SQS) is a distributed messaging queue service which get introduced in late 2004.Simple Queue Service (SQS) supports programmatic ( i.e. code) way of sending of messages via web service apps.
Steps to create a SQS queue:
Step1: Login to AWS Console and search for SQS on Services.
Step 2: Click on Create Queue
Step 3: Enter the name of your Queue.
SQS has two types of Queue, check difference between below queues.
By default SQS create Standard Queue.
To create a queue with default settings, click on Quick-Create Queue button.
Step 4: Now you are all set, you got a Queue URL. Below Image URL is configured over developer application to send and receive queue msg