abdul s
Member since May 17, 2016
- Profile: /members/13179-abdul-s.htm
- Comments: 4
Recent Blog Comments By abdul s
-
Shedding The Monolithic Application With AWS Simple Queue Service (SQS) And Node.js
Posted on May 18, 2016 at 6:42 AM
@Risto, Thanks for you time... read more »
-
Shedding The Monolithic Application With AWS Simple Queue Service (SQS) And Node.js
Posted on May 18, 2016 at 5:12 AM
@Risto, but if i use cluster it will scale depend upon core of cpu. I want to scale more. Lets assume we can fetch max 10 message from sqs per second. So we can fetch (3600 *10) = 36000 messages per hour. So i want to create multiple parallel process. So as many messages get fetched and handle. D... read more »
-
Shedding The Monolithic Application With AWS Simple Queue Service (SQS) And Node.js
Posted on May 17, 2016 at 11:15 AM
@Risto, do you have any working example or any link which help me that will be gr8.... read more »
-
Shedding The Monolithic Application With AWS Simple Queue Service (SQS) And Node.js
Posted on May 17, 2016 at 11:02 AM
sqs allow MaxNumberOfMessages = 10 ("The maximum number of messages to return. Amazon SQS never returns more messages than this value but may return fewer. ") to fetch messages at once, So is there any way we can run multiple parallel processes in nodejs which can handle many sqs messages.... read more »