Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby1.9 and Amazon SQS?

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).

like image 259
fields Avatar asked Aug 20 '09 16:08

fields


1 Answers

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/

like image 156
tommy chheng Avatar answered Sep 18 '22 00:09

tommy chheng