Michał Wójcik
Results
2
issues of
Michał Wójcik
In NSB v8 current seam exposes transport configuration as a POCO object which is managed by the users and passed to `UseTransport` method e.g. ```csharp var transport = new SqlServerTransport("connection-string");...
This setting was removed in 4.3.1, due to #367. In order to support legacy endpoints which do not declare the delay infrastructure, a delayed message sender declares the binding between...