-1

Please advice how to calculate how much messages are in the azure queue

David Makogon
  • 69,407
  • 21
  • 141
  • 189
Sergey
  • 7,933
  • 16
  • 49
  • 77
  • You will notice (as I did the other night) that when retrieving messages via the GetMessages method, the maximum batch size supported by Queue Service API in a single dequeue operation is limited to 32. – Nick Heppleston Oct 18 '12 at 09:21

1 Answers1

2

What about CloudQueue.RetrieveApproximateMessageCount()

Bradford
  • 4,143
  • 2
  • 34
  • 44