BrokeredMessage Automatically Disposed after calling OnMessage()
问题 I am trying to queue up items from an Azure Service Bus so I can process them in bulk. I am aware that the Azure Service Bus has a ReceiveBatch() but it seems problematic for the following reasons: I can only get a max of 256 messages at a time and even this then can be random based on message size. Even if I peek to see how many messages are waiting I don't know how many RequestBatch calls to make because I don't know how many messages each call will give me back. Since messages will keep