Version: 0.8.8
Votes : 1
ElasticMQ follows the semantics of SQS. Messages are received by polling the queue. When a message is received, it is blocked for a specified amount of time (the visibility timeout). If the message isn't deleted during that time, it will be again available for delivery. Moreover, queues and messages can be configured to always deliver messages with a delay.
The focus in SQS (and ElasticMQ) is to make sure that the messages are delivered. It may happen, however, that a message is delivered twice (if, for example, a client dies after receiving a message and processing it, but before deleting). That's why clients of ElasticMQ (and Amazon SQS) should be idempotent.
As ElasticMQ implements a subset of the SQS query (REST) interface, it is a great SQS alternative both for testing purposes (ElasticMQ is easily embeddable) and for creating systems which work both within and outside of the Amazon infrastructure.
Ratings | Total | User | Guest | |
---|---|---|---|---|
1 | 0 | 1 | ||
0 | 0 | 0 | ||
0 | 0 | 0 | ||
0 | 0 | 0 | ||
0 | 0 | 0 | Average Ratings | 5.00 | nan | 5.00 |