You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your improvement related to a problem? Please describe.
If endpoint name and topic name are the same but with different casing in Linux, the transport blows up with this exception:
Exception: Azure.Messaging.ServiceBus.ServiceBusException: The messaging entity ‘asb-xxx:Topic:my-topic-name|amqps://asb-xxx.servicebus.windows.net/-cca565ad;9:14:59:source(address:/MyNamespace,filter:)’ could not be found.
Describe the suggested improvement
Is your improvement related to a problem? Please describe.
If endpoint name and topic name are the same but with different casing in Linux, the transport blows up with this exception:
Describe the suggested solution
Provide a more meaningful error to the user
Describe alternatives you've considered
Have different names
Additional Context
This improvement originated in this context:
https://discuss.particular.net/t/azure-service-bus-failed-to-receive-error/3951
This is happening in Linux
The text was updated successfully, but these errors were encountered: