Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top