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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -