AWS blog says that it supports the fanout messaging pattern. To do that, I subscribe SQS queues to a SNS topic.
Now my question is, is the publishing of message to SQS by SNS reliable? As in, is it guaranteed that the SNS will always successfully post a notification (message) on all SQS queues that are subscribed, upon every post to SNS?
9
votes