amazon web services - Are cron jobs advisable to use as a vehicle for polling messages on AWS SQS? -


we have requirement need check , pick messages sqs. idea process messages asynchronously, processor has pick , process messages in sqs.

are cron jobs advisable use vehicle polling messages on aws sqs?

if not, there other patterns/approaches use?

since using java, considering using jms, i'm not sure if it's necessary.

cron advisable if require periodic execution of x, because that's what's at.

however, schedule execution executing? script/executable being run actual work should concentrate on performing correct operations.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -