Can NSB Send be mapped to multiple endpoints and received by multiple handlers? Or is it mostly a 1 - 1 operation?

有帮助吗?

解决方案

Typically this is done via .Publish(). Certainly you can perform multiple .Send() with different addresses. 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归因
不隶属于 StackOverflow
scroll top