Polling the queue in Amazon SQS

0 votes

This the scenario. I want to send a bunch of notification emails to customers. And am planning to use my web app(s) and other applications to "send" emails. The plan is to have a method, that generates a chunk of XML representing the email to be sent and adds them to the Amazon SQS queue. I then need a way of checking the queue and physically sending out the email messages. 

But what would be the best way to poll the queue?

Dec 20, 2018 in AWS by datageek
• 3,090 points
934 views

1 answer to this question.

0 votes

One way is you could create a windows service that retrieves any messages from the queue every 10 minutes and then dispatches them. For this, you can try 'postmark' app.

Another way is maybe you can use SES. But it is very inexpensive compared to other similar services or building other systems.

answered Dec 20, 2018 by Archana
• 5,640 points

Related Questions In AWS

0 votes
2 answers

What is the difference between Amazon SNS and Amazon SQS?

Amazon SQS and SNS are the two ...READ MORE

answered Sep 9, 2020 in AWS by Michael
• 140 points
2,967 views
0 votes
1 answer

Explain how the buffer is used in Amazon web services?

In order to make system more efficient ...READ MORE

answered Jul 31, 2018 in AWS by Priyaj
• 58,090 points
4,917 views
0 votes
1 answer

Amazon SQS FIFO Queue send message validation

Assuming you only have one process adding ...READ MORE

answered Sep 7, 2018 in AWS by Priyaj
• 58,090 points
1,232 views
0 votes
1 answer

Encrypting the data stored in the clusters of Amazon Redshift

Below is the answer to your question. ...READ MORE

answered Oct 4, 2018 in AWS by Archana
• 4,170 points
1,231 views
0 votes
1 answer
+1 vote
2 answers
+1 vote
2 answers

How to read a csv file stored in Amazon S3 using csv.DictReader

The code would be something like this: import ...READ MORE

answered Oct 25, 2018 in AWS by Archana
• 5,640 points
53,524 views
0 votes
1 answer

What is the maximum storage capacity of a node in Redshift?

You can create a cluster using either ...READ MORE

answered Oct 26, 2018 in AWS by Archana
• 5,640 points
1,683 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP