Hi, How can I get the current inputqueue programatically in nServiceBus?
You can set it like this : Configure.Instance.Configurer.ConfigureProperty(t => t.InputQueue, yourDynamicQueue);
But how can i Get it ? (without programatically going through the app.config)
Please dont answer "why do you need that? etc..." -i got a scenario where i need it..
Thor Halvor