java - Polling Continuously from a SQS queue on AWS -


i have java class connects sqs queue , respond messages sent sqs queue. possible without running java class continuously, sending receivemessagerequests?

no, not possible. sqs requires poll see if there messages waiting you.

if uses sns instead of sqs have messages pushed instead.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -