Google News
logo
AWS - Interview Questions
What are the two types of queues in SQS?
There are two types of queues known :
 
Standard Queues : It is a default queue type. It provides an unlimited number of transactions per second and at least one message delivery option. 
 
FIFO Queues : FIFO queues are designed to ensure that the order of messages is received and sent is strictly preserved as in the exact order that they sent.
Advertisement