单项选择题

A. Create a single queue.  Send requests on the single queue.
B. Create a queue for each web role.  Send requests on all queues at the same time.
C. Create a queue for each workerrole instance.  Send requests on each worker queue in a round robin.
D. Create a queue for each combination of web roles and worker role instances.  Send requests to all worker role instances based on the sending web role.