Skip to content

Commit 2fa87f7

Browse files
jpalacjohnsimons
andauthored
ASB subscription settings are different based on version (#6808)
* ASB subscription settings are different based on version * Update transports/azure-service-bus/configuration_subscription-rule-customization_asbs_[3.0,].partial.md Co-authored-by: John Simons <[email protected]> --------- Co-authored-by: John Simons <[email protected]>
1 parent c1be57d commit 2fa87f7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* `SubscriptionRuleNamingConvention(Func<Type, string>)`: By default rule names are derived from the message type's full name. This callback allows for a replacement name for the rule. Rule names must adhere to the limits outlined in [Service Bus quotas](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quotas).
44
* `RuleNameShortener(Func<string, string>)`: Shortens rule names that exceed the maximum length. The shortener is invoked only when a rule name exceeds the maximum length.
55

6-
76
#### Combining shorteners and naming conventions
87

98
When both a shortener and a naming convention are provided for a subscription or subscription rule, the naming convention is applied first, and the result is then passed into the shortener.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* `SubscriptionNamingConvention(Func<string, string>)`: By default subscription names are derived from the endpoint name. This callback allows for a replacement name for the subscription. Subscription names must adhere to the limits outlined in [the Microsoft documentation on subscription creation](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quotas).
2+
* `SubscriptionRuleNamingConvention(Func<Type, string>)`: By default rule names are derived from the message type's full name. This callback allows for a replacement name for the rule. Rule names must adhere to the limits outlined in [Service Bus quotas](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quotas).
3+
4+
#### Combining shorteners and naming conventions
5+
6+
When both a shortener and a naming convention are provided for a subscription or subscription rule, the naming convention is applied first, and the result is then passed into the shortener.

0 commit comments

Comments
 (0)