NServiceBus.RabbitMQ
NServiceBus.RabbitMQ copied to clipboard
Easy way to configure Exchange names
Describe the feature.
Is your feature related to a problem? Please describe.
Describe the requested feature
The ConventionalRoutingTopology has an internal constructor that takes a function that creates the exchange name. Default is Namespace + ":" + classname.
If the constuctor was not internal, but I had to copy all the code from the ConventionalRoutingTopology and change ":" to "." See my question on StackOverflow
Describe alternatives you've considered
Additional Context
No response