質問

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