Danny Scott
Member since Mar 2, 2015
- Profile: /members/12555-danny-scott.htm
- Comments: 2
Recent Blog Comments By Danny Scott
-
Shedding The Monolithic Application With AWS Simple Queue Service (SQS) And Node.js
Posted on Mar 3, 2015 at 8:54 AM
@Ben As Todd said, you don't have to worry if your processes are quick and you are deleting messages afterwards. One of the things we use SQS for us sending emails and I can confirm we have not had an issue with extra sends.... read more »
-
Shedding The Monolithic Application With AWS Simple Queue Service (SQS) And Node.js
Posted on Mar 2, 2015 at 2:42 PM
At my job we use SNS/SQS messaging often so I think I can answer some of your questions. Some way to handle messages that fail to process is a must. We, personally, really like to use the Dead Letter Queue. If the message fails to process 3 times, it drops into the dead letter. We have a separate p... read more »