SQS now supports FIFO queues: http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html which have some major differences.
Existing (what they now called "standard") queues cannot be converted to FIFO, the same should be true in fake_sqs as well.
SQS now supports FIFO queues: http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html which have some major differences.
Existing (what they now called "standard") queues cannot be converted to FIFO, the same should be true in fake_sqs as well.