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

does elasticmq support FIFO? #7

Closed
CruncherBigData opened this issue Jun 8, 2013 · 2 comments
Closed

does elasticmq support FIFO? #7

CruncherBigData opened this issue Jun 8, 2013 · 2 comments

Comments

@CruncherBigData
Copy link

No description provided.

@adamw
Copy link
Member

adamw commented Jun 9, 2013

No, due to the messaging model of SQS: when received, messages are blocked and re-delivered (that is, they are visible to receive calls) if they are not deleted. Also it's hard to define what is "first" when there are two concurrent message sends.

However, ElasticMQ delivers messages sorted by their next delivery timestamp (which in most cases means, the sooner the message is put on the queue, the sooner it will be received).

@CruncherBigData
Copy link
Author

ok thanks

@adamw adamw closed this as completed Jun 10, 2013
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

2 participants