Tracking a message in an SQS queue?

Your message will be delivered, just not necessarily on any given request to fetch it, as you'll be speaking to a random subset of the backend servers. There is no way in SQS to say, "I know there are 3 messages for me, give them to me right now." The best you can do is poll until you eventually receive them.

SQS is pretty neat, but its not the right choice for everything, have a look at RabbitMQ if you want something with less latency, more predictability, and ordered messages. Only problem with Rabbit is now scale is your problem.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions