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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -