سؤال

In Azure Queues, Is there a way to find out when the message invisibility timeout going to expire. I want to check to see if the timeout's going to expire and extend if required.

هل كانت مفيدة؟

المحلول

Assuming you're using storage client library for .Net, When you get messages using GetMessages(), the message objects should have NextVisibleTime field populated. You could use this property to find out when a message's timeout is going to expire and the message will be visible again.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top