Volodymyr Gaevoy

Results 3 issues of Volodymyr Gaevoy

Our application uses notFound callback to report error as main aim. Another helpful feature is if page not found try to resolve path externally, for instance load routes dynamically using...

enhancement

`LegacyV3NameFormatter.FormatQueueName` is not compatible with naming convention of `Rebus` up to `6.0.3`. Same goes to `LegacyNameFormatter`. Also it would be nice to specify a version using `.UseLegacyNaming()`, for instance `.UseLegacyNaming(RebusVersion.V6)`...

When I run the following SQL script to send a `TestMessage` message to Azure Service Bus topic `{ServiceBusTopicName}`: ```sql declare @headers nvarchar(max), @url nvarchar(max), @payload nvarchar(max), @response nvarchar(max); set @headers...