문제

I'm publishing a message to SNS, and then delivering that message to an SQS queue. If I have the PublishResult from publishing the message (containing a MessageId), is there any way I can confirm delivery to the SQS queue without interacting with the SQS queue itself?

Link to docs in case I'm missing something obvious: http://docs.aws.amazon.com/sns/latest/api/Welcome.html http://docs.aws.amazon.com/sns/latest/gsg/Welcome.html

도움이 되었습니까?

해결책

No, there is currently no way to get notified or query the status of an in flight message. SNS guarantees delivery to SQS, so the message will eventually get there.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top