SQS Long Polling

  • SQS wait for messages to arrive if there are none in the queue.
  • Better than SQS Short Polling
  • Can wait from 1 to 20 sec (20 sec is preferred)
  • Enabled at queue level using WaitTimeSeconds api