Tagged Questions

Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable, hosted queue for storing messages as they travel between computers.

learn more… | top users | synonyms (1)

7
votes
0answers
50 views

Why doesn't CeleryCAM work with Amazon SQS?

I'm using Celery 2.4.6 and django-celery 2.4.2. When I configure Celery to use Amazon SQS per the resolution on this question: Celery with Amazon SQS I don't see anything in the celerycam table in ...
6
votes
2answers
260 views

Method for self-rearranging job queue

I have a job queue (using Amazon SQS) which hands off jobs to many machines for fetching and processing various documents over HTTP. There are hundreds of different hosts which are accessed, and there ...
5
votes
3answers
758 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 ...
4
votes
1answer
365 views

How to determine size of string, and compress it

I'm currently developing an application in C# that uses Amazon SQS The size limit for a message is 8kb. I have a method that is something like: public void QueueMessage(string message) Within this ...
4
votes
4answers
216 views

Amazon SQS character encoding problem

I am trying to insert characters like ä, á, ó, í, â, etc in message body of Amazon SQS. But these characters get converted to some other characters in SQS (e.g. ä). Is there a way to solve this ...
4
votes
5answers
2k views

Is Amazon SQS the right choice here? Rails performance issue

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 ...
4
votes
3answers
1k 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 ...
3
votes
3answers
285 views

Celery with Amazon SQS

I want to use Amazon SQS as broker backed of Celery. There’s the SQS transport implementation for Kombu, which Celery depends on. However there is not enough documentation for using it, so I cannot ...
3
votes
1answer
147 views

Time taken to send a message in Amazon's SQS

How long does it take to send a message with Amazon Simple Queue Service? Also, I'd like to know how many messages will be sent in a minute in Amazon SQS?
3
votes
5answers
730 views

Having a PHP script loop forever doing computing jobs from a queue system

Currently I have a perl script that runs forever on my server, checking a SQS for data to compute. This script has been running for about 6 months with no problems what so ever. So, now I want to ...
3
votes
2answers
2k views

Best practices for using Amazon SQS - Polling the queue

I'm designing a service for sending out emails for our eCommerce site (order confirmations, alerts etc...) The plan is to have a "SendEmail" method, that generates a chunk of XML representing the ...
3
votes
2answers
119 views

architecture and tools for a remote control application?

I'm working on the design of a remote control application. From my iPhone or a web browser, I'll send a few commands. Soon my home computer will perform the commands and send back results. I know ...
3
votes
1answer
2k views

Best practices for developing scalable video transcoding server on Amazon Web Services?

What do people think are the most important issues when developing an application that is going to allow users to upload video and images to a server and have them transcoded by FFMPEG and stored in ...
2
votes
1answer
17 views

Scheduling tasks within a cluster of identical peers

Given a simple web application running on AWS Elastic Beanstalk (i.e. 1..n identical instances behind a load balancer), how can I have a scheduled background operation that runs on one instance only? ...
2
votes
2answers
126 views

AWS SDK for PHP - SQS error

using the SDK, I can create a queue and get the queue list - but somehow I can not send message to any of the queues. Used the following: $sqs = new AmazonSQS(); ...
2
votes
1answer
78 views

Amazon SQS listener

I am having a WPF application, which sends messages to Amazon SQS. At the receiving side, I can receive the message from the amazon queue & do further processing. Code sample at receiving side is ...
2
votes
1answer
148 views

How to manage/host AWS SQS queue consumers in Python?

I am currently working on a distributed processing application written in Python that utilises Amazon SQS. What is the most Pythonic way of properly creating and hosting a queue consumer in Python ...
2
votes
1answer
190 views

SQS/task-queue job retry count strategy?

I'm implementing a task queue with Amazon SQS ( but i guess the question applies to any task-queue ) , where the workers are expected to take different action depending on how many times the job has ...
2
votes
2answers
418 views

How can I make the nodejs server listen to AWS SQS?

before I explain the problem in details, I tell you my current approach. I have a js script that run setInterval(). and each interval, I will call SQS to get the message from queue. If there is a ...
2
votes
1answer
194 views

Amazon SQS to funnel database writes

So assume im building netflix and I want to log each view by the userID and the movie ID so its like viewID , userID, timestamp, however inorder to scale this, assume were getting 1000 views a ...
2
votes
2answers
592 views

How does Amazon's SQS notify one of my “worker” servers whenever there is something in the queue?

I'm following this tutorial: http://boto.s3.amazonaws.com/sqs_tut.html When there's something in the queue, how do I assign one of my 20 workers to process it? I'm using Python.
2
votes
1answer
182 views

Is there a good python library for Amazon's Simple Queue Service (SQS)?

I just want to do simple stuff.
2
votes
2answers
744 views

Using RabbitMQ with nServiceBus (for C#) vs using Amazon SQS

If I understand correctly, I can use nServiceBus as a "framework" and / or a wrapper around RabbitMQ My preference of RabbitMQ is being able to use it on linux machines Background I have an ...
2
votes
3answers
301 views

Have a PHP script run forever, access a queue

See also http://stackoverflow.com/questions/2977105/having-a-php-script-loop-forever-doing-computing-jobs-from-a-queue-system/, but that doesn't answer all my questions. If I want to run a PHP script ...
2
votes
2answers
383 views

Amazon SQS region from EC2 Instance

If I create SQS queue from an EC2 instance without specifying the region in the API call, in which region will the queue be created. When I run boto.sqs.regions() I get 4 regions from an NON ec2 ...
2
votes
2answers
730 views

Emulating Amazon SQS during development

I'm quite interested in beginning some development using Amazon SQS, perhaps SimpleDB too, my question is this, are there any open source solutions that mimic the functionality, just for the purposes ...
2
votes
1answer
331 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 ...
1
vote
1answer
64 views

How to delete events from an Amazon SQS (Simple Queueing Service) queue really fast

Suppose that I have many millions of events in a SQS queue and I want to get rid of them quickly, but I cannot just delete the queue and make a new one. What is the fastest way to delete/drain those ...
1
vote
1answer
96 views

Postfix and Amazon S3

I have a Postfix mail server running on a Amazon instance. Is there a way to interact with Postfix and save every mail that comes to server in a file on Amazon S3 and to save email details in a Amazon ...
1
vote
1answer
141 views

Scaling cronjobs over multiple servers

right now, we have a single server with a cronjob tab that sends out daily emails. We would like to scale that server. The application is standard zend framework application deployed on centos server ...
1
vote
1answer
94 views

mysql: exclusive select like SQS?

Is there any way to simulate Amazon SQS message selection mechanism on mysql (exclusive selects)? I need this to use one mysql table for multiple ec2 instances that will process and delete rows from ...
1
vote
1answer
450 views

Amazon Simple Queue Service (SQS)

I created a queue in SQS, added two messages (serialized PHP arrays: array('filename' => 0, ...) and array('filename' => 1, ...)). I'm using the newest version of amazon SDK for PHP from their git ...
1
vote
1answer
181 views

Set the region on creating the Amazon SQS in C#

I am very new in cloud computing world(including Amazon Web Service), so I have a very simple question: How do I set the region of a amazon sqs when I create it? The default region is "US-West ...
1
vote
1answer
276 views

How to choose between different Ports in a SOAP WSDL in PHP?

The Amazon AWS SQS WSDL (at https://sqs.us-east-1.amazonaws.com/doc/2009-02-01/QueueService.wsdl) lists multiple "ports" with different "addresses" (near the bottom of the file), which specify the ...
1
vote
1answer
441 views

Good Amazon Simple Queue Service PHP Library

With all things being equal whats currently the more mature PHP library for Amazon Simple Queue Service? I'm looking for good Object Oriented PHP 5 code. What were your experiences on the library you ...
0
votes
1answer
15 views

xml object in String - how can i serialize it so it could stay in string

I am currently doing a project related to Amazon Cloud Computing. I am programming in Java. I need to pass a message (String containing xml data) and I need to serialize it before putting it to the ...
0
votes
1answer
19 views

Amazon MapReduce Hive calling Simple Queue Service

I am new to Amazon's MapReduce. Can anyone tell me how to easily submit a message to Amazon's SQS (simple queue service) from a Hive job? I want to put a pointer to my job's S3 results into SQS for ...
0
votes
1answer
61 views

Is there an elegant way to post messages to AWS SQS with visibility delay of longer than 15 minutes?

In Amazon Web Services, their queues allow you to post messages with a visibility delay up to 15 minutes. What if I don't want messages visible for 6 months? I'm trying to come up with an elegant ...
0
votes
2answers
74 views

Possible to send request directly to Amazon SQS from http (javascript client)?

Is it possible to send a messaging request to Amazon's SQS directly from javascript? I'm trying to create a logging system and would love to bypass sending the request to a middleman server. Also, ...
0
votes
2answers
67 views

Implementing Amazon Web Services' Online Photo Processing Service example in Java EE

I am exploring AWS, and I'd like to implement in Java EE an EC2 app like the Online Photo Processing Service example in Getting Started with Amazon EC2 and Amazon SQS (PDF). It has a web-based client ...
0
votes
0answers
97 views

Processing items in SQS queue with a php script

Here's my situation: I have a script that gets raw data, saves it in the database, get the item id then posts it to an amazon SQS queue. I have another script (written in PHP) that retrieves the raw ...
0
votes
1answer
33 views

Amazon SQS: how to find end of job?

Let's say I have a lot of jobs and every job consists from a big number of some elementary operations that many worker applications work upon. I send a message for every operation to workers, so they ...
0
votes
0answers
22 views

How to force sending SQS queue

My sqs queue become very large, and my clients don't receive the emails. Is there a way to force sending the emails ? Should I wait that amazon send these messages ? Thanks a lot !
0
votes
1answer
70 views

Why use Amazon SQS when private keys are exposed

So this might be a silly question, but what is the point of using Amazon SQS if it requires a private and public key? If the client has the private and public key they could probably discover the keys ...
0
votes
2answers
124 views

Best way to delete messages from SQS during development

During development, I'm generating a lot of bogus messages on my Amazon SQS. I was about to write a tiny app to delete all the messages (something I do frequently during development). Does anyone know ...
0
votes
0answers
60 views

How is AWS SQS Usage Values and costs are calculated? [closed]

http://aws.amazon.com/sqs/ shows that SQS requests are priced at $0.01 per 10,000 Amazon SQS Requests ($0.000001 per Request). We are suddenly experiencing high request rates, e.g. first 3 days of ...
0
votes
1answer
59 views

how does amazon SQS handle identical messages?

if you send a message to an specific Amazon SQS queue, and keep sending the same message to the same queue many times, ... does amazon sqs handles them as separate messages ?? or does it detect it's ...
0
votes
1answer
85 views

Best way to check for “No available messages” in Amazon SQS?

I'm polling the Amazon SQS for new messages and I'm trying to decide the best way to check for "No available messages". AmazonSQS sqs = new AmazonSQS(); //pseudo code this line ReceiveMessageRequest ...
0
votes
1answer
65 views

Getting startup timestamp of Amazon EC2 instance

I am writing java code for EC2 that will consume messages from SQS. My code will run for the hour and then review the queue to determine whether it should shut itself down (due to not enough items to ...
0
votes
1answer
66 views

How to get precise number of messages in Amazon Simple Queue Service?

Currently, I am investigating the Amazon SQS. I am trying to get the number of messages in the queue. The way I did is to sum up the number of ApproximateNumberOfMessages and ...

1 2