Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIFO queues #48

Open
elliotchance opened this issue Dec 7, 2016 · 3 comments
Open

FIFO queues #48

elliotchance opened this issue Dec 7, 2016 · 3 comments

Comments

@elliotchance
Copy link

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.

@tiwilliam tiwilliam marked this as a duplicate of #49 Jul 21, 2017
@cladden
Copy link

cladden commented Aug 10, 2017

@tiwilliam are there any approaches to having fake_sqs support a FIFO queue?

@tiwilliam
Copy link
Contributor

@cladden TBH, I haven't spent any time looking in to what it would mean in terms of design. All I know is that we already "guarantee" single delivery and order.

@jinghuaz
Copy link

hava play to design?FIFO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants