Wednesday, October 3rd, 2007
I’ve updated Mq.
There was a major bug, where messages were picked up more than once which is now sorted.
Also, you can automatically create more pollers per queue, like so:
Mq.run_all(5) # which would run 5 pollers per queue forked with Daemonize
Get it here
Ruby, SQS, Rails |
Tuesday, October 2nd, 2007
SQS, in case you’ve been living under a digital rock, is a ultra useful simple queue service from Amazon.
As far as I know, Ruby/Rails has only two major libs for interfacing with SQS. ActiveMessaging and SQS.
I wasn’t satisfied with either since using ActiveMessaging with SQS seems rather overkill (chain saw to a bunny rabbit) […]
Ruby, SQS, AWS, Rails |