Twitter’s Kestrel is a cool scala based queue server (based on Blaine Cook‘s (@blaine) Ruby based Sterling). The two main features I like about Kestrel are: Sort-of-transactional – If I take an item I can make sure others can’t get it. If the connect drops it will go back on the queue. Read behind mode [...]