Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzureServiceBus Transport is failing to receive a message if the endpoint name and topic name are the same but with different casing #987

Open
NChaganlal opened this issue May 16, 2024 · 0 comments

Comments

@NChaganlal
Copy link

NChaganlal commented May 16, 2024

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:

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant