Ruby1.9 and Amazon SQS?

Question:

Is there a good library/gem for accessing Amazon SQS from ruby1.9? The Amazon ruby example and right_aws do not work as-is with ruby1.9.

I’d strongly prefer something that’s known to work under reasonably heavy load (a few hundred thousand queue items or more per day).

Answer:

The official right_aws gem (>=2.0) seems to work with Ruby 1.9.2

http://rubygems.org/gems/right_aws

UPDATE:
Amazon recently made an official gem which has SQS support: http://aws.amazon.com/sdkforruby/

Leave a Reply