How SNS is different from SQS?
Answer
SNS, as opposed to SQS, works in a publisher/subscriber model. Where's SQS works in Producer/Consumer model.
SQS delivers the message to one consumer where's SNS will send a message to multiple subscribers.
SNS, as opposed to SQS, works in a publisher/subscriber model. Where's SQS works in Producer/Consumer model.
SQS delivers the message to one consumer where's SNS will send a message to multiple subscribers.