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

Limit for number of inflight messages #160

Open
ghost opened this issue Dec 11, 2018 · 0 comments
Open

Limit for number of inflight messages #160

ghost opened this issue Dec 11, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 11, 2018

In SQS, com.amazonaws.services.sqs.model.OverLimitException is thrown when the maximum number of inflight messages is reached during 'ReceiveMessage'. By default this is ~120000 inflight messages. You can increase this by submitting a request to Amazon.

It seems that ElasticMQ does not have this limit.

Sometimes it is required to test what will happen when that limit is reached, and ElasticMq does not have this feature.

Proposal: Expose a property that will manage the number of inflight messages. The value of this property will be from 1 to Integer.MAX_VALUE. Default will be 120000!

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

1 participant