Lab 19:To configure Amazon Simple QUEUE service SQS

                                     Lab 19:To configure Amazon Simple QUEUE service SQS


Objective:

SQS TOPOLOGY:



Pre-Requistes:

User Should have AWS account ,or IAM user with following task:

To configure SQS with following task:

Create the Queue
Send the message 
pool the queue
view the message
Delete the message

1.To configure Amazon Simple QUEUE service SQS
From the AWS console select service messaging service
Select Simple QUEUE service (SQS)
 



click on Get started on



In"create a New Queue"wizard
provide following values
Queue Name =======================>SDKQueue1
Region============================>US west (oregon)
leave the remaining values as default



click on"Quick-create Queue"button



verify Queue is created



select the Queue
Drop Down"Queue Action"button
select "send message"




From"send a message to SDKqueue"wizard
In message Body type the message 
Note : Message size should not be more than 64 k
click on "Send message"then elect close



2.To view  the Message

select the Queue
Drop down Queue Action button
Select the option "view /Delete Massage "



Click "start polling for message "


verify message is in queue 



3.To delete the message 

select the queue
Drag Down Queue Action
Select"Delete Message "



confirm



Comments