Summer is definitely over, so it’s about time to release a new version of ElasticMQ (0.6).
There are two major changes. The first adds support for batch operations in the SQS interface, which have been added by Amazon some time ago: send, receive, delete and change visibility.
The second change is also in the SQS server. You can now start it in two modes: strict and relaxed. In the strict mode, the message size is restricted to 64KB, the maximum number of messages in a batch operation is 10, etc., as specified in SQS’s documentation. The strict mode is the default one, and is most useful when testing applications which use SQS. In the relaxed mode on the other hand, the restrictions imposed by Amazon are lifted where possible.
As always ElasticMQ is available in SoftwareMill’s Maven repository (see instructions for SBT and Maven). You can also download a stand-alone server here.
Adam
comments powered by Disqus