Blog of Adam Warski

Java, Scala, programming, ...

  • Blog of Adam Warski Twitter
  • Blog of Adam Warski Google+
  • Blog of Adam Warski RSS

Primary menu

Skip to primary content
  • Home
  • About me / my projects
  • All Posts

Category Archives: Distributed

ElasticMQ 0.5: journalling, stand-alone server

  • By Adam Warski
  • 29 May, 2012
  • No Comments

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 … Continue Reading →


ElasticMQ 0.4: message replication

  • By Adam Warski
  • 28 March, 2012
  • No Comments

ElasticMQ is a message queue system, with Java, Scala and an Amazon SQS-compatible REST interface. The 0.4 release brings a new major feature: data replication. You can now setup a … Continue Reading →


ElasticMQ 0.2 – support for delayed queues and messages

  • By Adam Warski
  • 12 January, 2012
  • No Comments

Time to start blogging in 2012 :) I just released version 0.2 of ElasticMQ – a simple message queue system, which implements the Amazon SQS interface. Ideal if you want … Continue Reading →


ElasticMQ 0.1 released!

  • By Adam Warski
  • 12 October, 2011
  • No Comments

ElasticMQ is a simple messaging system, exposing an SQS-compatible REST interface. It can run using an in-memory H2 database (ideal for testing), or backed by a normal database (e.g. MySQL). … Continue Reading →


Introducing ElasticMQ: Scala SQS alternative

  • By Adam Warski
  • 16 August, 2011
  • 1 Comment

Wanting to explore Scala and some new Scala/Java libraries I started writing ElasticMQ. It is a simple message queueing system, following closely Amazon SQS semantics and exposing a REST SQS-like … Continue Reading →


Trying to understand CAP

  • By Adam Warski
  • 19 July, 2011
  • 8 Comments

The CAP theorem, stated by Brewer and proved by Gilbert and Lynch specifies a property of distributed systems. It states that such a system cannot guarantee at the same time … Continue Reading →


  • Next

MOVED


I'm now blogging on SoftwareMill's blog. Please follow me there!

Recent Posts


  • Kafka with selective acknowledgments performance & latency benchmark
  • Why I started learning Emacs in 2016
  • Add a “dependencies” badge & tree to your project using UpdateImpact
  • Event sourcing + free monads = free sourcing?
  • MacWire 2.0: composing modules & cleanup

Links


Follow me on twitter!

Looking for end-to-end software development, project management, Scala experts? SoftwareMill is here to help:
Did you ever have problems with updating or managing dependencies in your Scala/Java/Groovy projects? Check out UpdateImpact!

Interested in weekly Scala news?

The best code-review tool:

Top Posts & Pages


  • How do iBeacons work?
  • MacWire 2.0: composing modules & cleanup
  • Using Scala traits as modules, or the "Thin Cake" Pattern
  • In today’s post-OO world, is dependency injection still relevant?
  • Automatic generation of delegate methods with Macro Annotations
  • Big data: when single node is better than clustered
  • Dependency injection discourages object-oriented programming?
  • How to handle inheritance and @Audited?
  • Event streaming with MongoDB
  • Starting with Scala Macros: a short tutorial

Categories


Archives


Copyright © 2007-2022 Blog of Adam Warski. All Right Reserved.
Powered by: WordPress | Theme: Simple Catch Pro