0

nservicebus configuration in .config file - how to enter, do I have to typ[e all that manually if i want the config to come from the config file or there is an automated option to do this?

enter image description here

monstro
  • 6,254
  • 10
  • 65
  • 111

1 Answers1

1

Message routing can be done either via configuration file or via code.

Routing can be extended to support scenarios where routing information is either comming from a single source such as data source or routes need to be calculated at runtime.

Sean Feldman
  • 23,443
  • 7
  • 55
  • 80