문제

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