0

Working with AzureServiceBus, and using the ITopicnameConvention and for some reason my topic names have some "cleanup" after the GetTopic() method.

They all end up in lowercase and '.' are replaced with '_'

Am I missing something? I'm using the namespace and other combination of things to create topic names and I want them to be something like

MyDomain.Events

and I'm getting

mydomain_events

How can I achieve this?

dariogriffo
  • 4,148
  • 3
  • 17
  • 34
  • I think you posted this question somewhere else, too, but I can't find it....? – mookid8000 Dec 05 '19 at 08:06
  • you also posted the question here: https://github.com/rebus-org/Rebus/issues/692#issuecomment-561663283 – please close this one – mookid8000 Dec 05 '19 at 09:07
  • 1
    I'm voting to close this question as off-topic because it's a duplicate of https://github.com/rebus-org/Rebus/issues/692#issuecomment-561663283 – mookid8000 Dec 06 '19 at 10:20
  • @mookid you are right. – dariogriffo Dec 07 '19 at 05:50
  • To leave here an answer too: before v7 Rebus AzureServiceBus cleans the names. Start using v7 and works. Also when registering the topic convention use: Decorate<> instead of register – dariogriffo Dec 07 '19 at 05:54

0 Answers0