Azure Queues: How to determing when the message invisibility timeout going to expire -
in azure queues, there way find out when message invisibility timeout going expire. want check see if timeout's going expire , extend if required.
assuming you're using storage client library .net, when messages using getmessages()
, message objects should have nextvisibletime
field populated. use property find out when message's timeout going expire , message visible again.
Comments
Post a Comment