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

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -