azure - How to handle long running jobs that are posted to a service bus with only 5min peek lock -


what people tend when have design put jobs on service queue or topic takes longer 5min max of peeklock?

i have been using onmessage(...) async messagepump of service bus , wondering if thats not such idea after since if start moving jobs table while processing them, messagepump empty queue , have problem elsewhere of making sure jobs scheduled between servers.

if have long running message processing workflow can check lockeduntilutc property of message , call renewlock @ appropriate time.

http://msdn.microsoft.com/en-us/library/windowsazure/microsoft.servicebus.messaging.brokeredmessage.renewlock.aspx

in next release of sdk onmessage processing loop automatically convenience api idea use.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -