简体   繁体   English

NServiceBus可以发送到多个端点吗?

[英]Can NServiceBus Send to multiple endpoints?

Can NSB Send be mapped to multiple endpoints and received by multiple handlers? NSB Send是否可以映射到多个端点并由多个处理程序接收? Or is it mostly a 1 - 1 operation? 还是大多数情况下是1-1操作?

Typically this is done via .Publish(). 通常,这是通过.Publish()完成的。 Certainly you can perform multiple .Send() with different addresses. 当然,您可以使用不同的地址执行多个.Send()。 Where the addresses come from is up to you. 地址的来源取决于您。 You can provide another set of configuration or override the configuration for the mappings. 您可以提供另一组配置或覆盖映射的配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM