Is there a callback function for Amazon SQS when new messages arrive?

Viewed 189

I'm new to Amazon SQS and I'm trying to implement it in one of my C# applications. From what I've seen so far from all the tutorials and blogs is that you keep polling the queue for messages and then if there are messages you loop through the queue and read each message and then process it.

I was thinking if there is any callback mechanism that is available. So that whenever a new message arrives in the queue the callback function is called?

Appreciate your help with this and thanks in advance.

0 Answers
Related