Fun With Amazon SQS and Rails

This morning I’m working on a little client project that involves passing messages between a Ruby on Rails app and a dead-simple worker process using Amazon’s Simple Queue Service (SQS). Before last week I’d certainly heard of SQS, but I’d...