How can I get the current input queue programatically in nServiceBus?
You can set it like this :
Configure.Instance.Configurer.ConfigureProperty<MsmqTransport>(t => t.InputQueue, yourDynamicQueue);
But how can i Get it ? (without programatically going through the app.config)
Take a dependency to MsmqTransport and access it through the InputQueue property