Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

1.1.0

Choose a tag to compare

@timbussmann timbussmann released this 31 Jan 10:11
· 31 commits to develop since this release

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.

Issues assigned to this release