This post originated from an RSS feed registered with Scala Buzz
by Adam Warski.
Original Post: ElasticMQ 0.5: journalling, stand-alone server
Feed Title: Blog of Adam Warski » Scala
Feed URL: http://www.warski.org/blog/category/scala/feed/
Feed Description: Scala category of my programming blog
ElasticMQ is a message queue server, with Scala, Java, and an Amazon SQS-compatible interface. It also supports guaranteed messaging via replicating the messages across a cluster of servers. The new 0.5 version brings two major features. Firstly the file-log, that is a journal for operations on the queue&message storage. Using it makes most sense with [...]