Why NServiceBus DistributorDataAddress has to be set on UnicastBusConfig in the WORKER node?

StackOverflow https://stackoverflow.com/questions/18855339

문제

What is DistributorDataAddress? What is the use of it in WorkerNode????

In all of the Scaling examples I can see this being setup in Worker.

도움이 되었습니까?

해결책

The 'DistributorDataAddress' in a worker's configuration is used by the worker as the return address of a messages sent by the worker's endpoint (so if other endpoints do Bus.Reply the message will return to the distributor endpoint and not directly to the worker endpoint )

Take a look here: http://particular.net/articles/load-balancing-with-the-distributor, look at 'Routing with the Distributor' part of the article

HTH

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