This repository was archived by the owner on Sep 2, 2021. It is now read-only.
1.1.0
NServiceBus.FileBasedRouting 1.1.0 supports loading the routing file from a Uri. A Uri can be configured instead of a file path:
e.g. transport.Routing().UseFileBasedRouting(new Uri("https://your-server.com/endpoints.xml"));
This new feature allows to share the routing file on a large set of hosting options.