Tagged Questions

0
votes
2answers
373 views

Queuing systems - what is a good way to start up multiple workers?

How have you set-up one or more worker scripts for queue-oriented systems? How do you arrange to startup - and restart if necessary - worker scripts as required? (I'm thinking about such tools as …
0
votes
2answers
30 views

send an xml message to amazon sqs

I am a newbie to amazon SQS and ruby on rails. And i am working on a project that some xml messages must be send to SQS. How do i do that? Now i have this in the controller after the .save def …
3
votes
3answers
251 views

Is Amazon SQS the right choice here? Rails performance issue.

Hi, I'm close to releasing a rails app with the common networking features (messaging, wall, etc.). I want to use some kind of background processing (most likely Bj) for off-loading tasks from the …
0
votes
1answer
38 views

Amazon SQS invalid binary character in message body

I have a web app that sends messages to an Amazon SQS Queue. Amazon sqs lib throws a 'AmazonSQSException' since the message contained invalid binary character. The message is the referrer obtained …
0
votes
1answer
60 views

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 …
0
votes
0answers
27 views

Esper and SQS

I'm wondering if anyone here has tried using Esper to process stuff from the Cloud? Specifically Amazon's Simple Queueing Service. I've googled about this, and we know it's feasible, but it would be …