This is not a problem, but a question for me to understand the "magic" that happens in NserviceBus
I have a working environment where a NServiceBus-Service is called that way:
"D:\Service\NServiceBus.Host.exe" -service /serviceName:"MyServiceAdapter" /endpointName:"MyQueue.Adapter"
Now inside the same directory there is my application "My.Adapter.dll" which also has a config. There is NO NserviceBus.config anywhere. Still: The NserviceBus seems to know that it has to use "My.Adapter.dll"
Why does NServiceBus know that? I did not find any reference in the Queue (MSMQ) or anywhere else to my application. Is it saved in the registry? If yes: Where?