amazon-sqs
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 wri开发者_如何学JAVAte a tiny app to delete all the messages (something I do frequently during development)[详细]
2023-04-12 04:02 分类:问答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[详细]
2023-04-07 03:07 分类:问答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\".[详细]
2023-04-06 02:27 分类:问答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.[详细]
2023-03-30 10:36 分类:问答Is it possible to retrieve messages from SQS while they're invisible?
Is it possible to retrieve messages from an SQS queue during their v开发者_开发问答isibility timeout if you don\'t have the message id? I.e. something along the lines of \"get invisible messages\" or[详细]
2023-03-27 14:33 分类:问答Scaling cronjobs over multiple servers
right now, we have a single server with a cronjob tabthat sends out daily emails. We would like to scale that server. The application is standard z开发者_开发百科end framework application deployed on[详细]
2023-03-14 00:35 分类:问答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?As of 2007, at least one user[详细]
2023-03-07 13:27 分类:问答SQS message pulling with server start-up code OR initialize code (Ruby Rails)
I am process of implementing Amazon SQS service for processing lot of messages to persist it database. I am able to push the message using right_aws gem. I am also able to pull the message with exampl[详细]
2023-03-04 17:38 分类:问答what would be the possible approach to go : SQS or SNS?
I am going to make the rails application which integrates the Amazon\'s cloud services. I have explore amazon\'s SNS service which gives the facility of public subscription which i don\'t want to d[详细]
2023-03-04 16:02 分类:问答Amazon's SQS with Rails app
I am implementing Amazon\'s SQS service in My Rails application. I am trying to make a Poller which will continuously monitor the incoming Queue.[详细]
2023-03-04 14:01 分类:问答