How is SNS guaranteed to receive messages from event sources?
0
I know that AWS SNS receive message from publisher, and send message to Consumer(subscriber).
And SNS FAQ said SNS guarantee message delivered to subscribed endpoint. (SNS to Subscriber)
Then, how are messages guaranteed to be received from publisher? (Publisher to SNS)
asked 21 days ago26 views
1 Answers
0
Accepted Answer
There is no guarantee that the messages are received from the publisher. For this reason the Publish API is synchronous. The publisher calls the API and it should receive an Ack (200 OK) that the message was received. If it does not receive the Ack, it should retry. When SNS sends an Ack, it is a guarantee that the message was received.
Relevant questions
Step Function Not Sending SNS Message
asked 20 days agoSMS not received from SNS
asked 3 months agoIs there a possibility SNS topic subscription can filter messages based on custom message header ? And Does SNS supports message grouping ?
asked 5 months agoCustomise emitted SNS message in state machine
Accepted Answerasked 2 months agoCan't understand how to get SNS event data via HTTPS API endpoint protocol
asked a day agoHow to create subscription from an SNS to another SNS
Accepted Answerasked 3 months agoSQS not receiving SNS message
asked 3 years agoHow is SNS guaranteed to receive messages from event sources?
Accepted Answerasked 21 days agoHow to receive only one sns notification triggered via autoscaling event.
Accepted Answerasked 2 months agoSNS cuts off 2 digits from phone number
asked 2 months ago