You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: