I need an example of web role and worker written on PHP which demonstrates communication between role and worker on Microsoft Azure Cloud Service. The demonstration of putting message to queue, processing it with worker and sending response back to web role. I found example on C# only. Thanks.
1条回答 默认 最新
dqwr32867 2015-05-19 15:04关注http://azure.microsoft.com/uk-ua/documentation/articles/storage-php-how-to-use-queues/
Actually, is not possible to send response back to the web role which added a message to queue from worker. Thanks everyone for help, the question is solved.
解决 无用评论 打赏 举报