开发者

How to process Appfabric Service Bus Queues via Worker Role

开发者 https://www.devze.com 2023-04-05 05:50 出处:网络
I\'ve a Azure Worker R开发者_StackOverflow社区ole that currently processes the Azure Queue Storage by polling every x seconds.

I've a Azure Worker R开发者_StackOverflow社区ole that currently processes the Azure Queue Storage by polling every x seconds.

given the Azure Storage Queue doesn't not gurantee FIFO, I would like to move the Queue storage to App Fabric Service bus.

Could ayone please show me or guide me how to perfrom get/put/delete of messages on App Fabric Service Bus Queue via worker role?

Also, which one of Azure Storage Queue and Service Queue is cost effective. We will be storing up to 9,0000 message in 15min.


Please download this nuget package.

http://nuget.org/List/Packages/WindowsAzure.ServiceBus.Samples.PublishSubscribe

It contains get/put/delete examples using the new v1.5 sdk Service Bus.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号