Reputation: 133
Say, I have a SNS topic, where the producer publishes messages with TTL set to 2 weeks. A new consumer wants to subscribe the SNS topic using their SQS Queue. Will they get all the messages which haven't expired yet (dut to TTL), or will they only get messages that are published after their subscription started?
Upvotes: 1
Views: 469
Reputation: 133
Looks like only messages sent after the subscription started are delivered.
Upvotes: 1