开发者

What is the point of sending timeouts to a different queue and host in nservicebus?

开发者 https://www.devze.com 2022-12-31 04:04 出处:网络
I notice the default config/recommenda开发者_开发问答tion of the timoutmanager is running it in its own host and pointing to its own queue.

I notice the default config/recommenda开发者_开发问答tion of the timoutmanager is running it in its own host and pointing to its own queue.

Is it simply for performance?


The timeout manager can manage timeouts for many different nsb endpoint hence the need to run in a separate process. This will also give you fault tolerance for your timeouts

0

精彩评论

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