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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -