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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -