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)

Ballena
feita há 2 anos617 visualizações
1 Resposta
0
Resposta aceita

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.

profile pictureAWS
ESPECIALISTA
Uri
respondido há 2 anos
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas