문제

I read somewhere that a Distributor is needed when the queues are local on specific servers an you want to scale out. I want to use nServiceBus on Azure with Azure ServiceBus. The Azure ServiceBus is shared. Do I understand correctly that I can just fire up multiple workers on same or multiple worker roles with no distributor?

도움이 되었습니까?

해결책

I asked Yves Goeleven (responsible for much of the NServiceBus on Azure implementation) this exact question a few weeks ago and the answer is no, a distributor is not necessary when running on Azure. You can point multiple workers at the same queue.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top