-
Notifications
You must be signed in to change notification settings - Fork 15
Azure Topic Subscription Names Limited to 50 Characters #19
Comments
Raised by @johnsimons @onesadjam Feel like sending us a PR to fix this? |
Raised by @SimonCropp "Lobby Microsoft to increase the string length of topic subscription names " that is a great idea. please attach the MS connect issue url and I will vote for it "Fail fast if the topic subscription cannot be made" fail fast is problematic. we have discovered this the hard way Particular/NServiceBus#1137 As @johnsimons suggested could you put together a PR that illustrates how you would handle this |
Raised by @onesadjam I submitted an idea on Connect, feel free to pile on: http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/4175354-increase-the-maximum-length-of-the-name-of-a-topic I've not performed a pull-request to this project, or any project on github for that matter. Do you have guidelines that I should reference to get started? |
Raised by @SimonCropp @onesadjam here you go https://github.com/NServiceBus/NServiceBus/blob/develop/CONTRIBUTING.md |
Raised by @SimonCropp |
Raised by @SimonCropp @onesadjam how did you go? |
Raised by @onesadjam I don't think I'm going to be able to supply a PR. We are currently |
Raised by @andreasohlund Both websphere and windows service bus is solving this by generating Would that work here? |
Raised by @onesadjam That looks like it would work, but it would make upgrading from the current
|
Raised by @andreasohlund Since we only do this for names > 50 there is no backwards compatibility issue? |
Raised by @onesadjam True, if the implementation is to only apply the hash when the name exceeds |
Since the original User Voice for increasing the length of queue names was closed because it was submitted to the wrong team, I've created a new request here: |
@aanttila thank you. You might to want straight to the ASB dev team and raise it in https://github.com/Azure/azure-service-bus |
Raised by @onesadjam
Migrated from by Particular/NServiceBus#1300
When using Azure Service Bus to manage PubSub, the name of the subscription to a topic is limited to 50 characters. The naming convention for topic subscriptions is [endpoint queue name].[message type]. We have rather descriptive queue and message names, and ran into this limitation. The endpoint continued to run even though the subscription could not be made.
Recommendations:
The text was updated successfully, but these errors were encountered: