sqs fifo queues

Normal AWS SQS Queues and FIFO queues.


While working in one of the project I recently came across the problem. The problem was that the data I push in queue is not coming in the same order I push it in. I thought of it as a callback problem with my JS code but when I tried more I came to realise