Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top