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
Copy file name to clipboardExpand all lines: src/Transport/AzureServiceBusTransport.cs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -221,9 +221,8 @@ public int EntityMaximumSize
221
221
/// </para>
222
222
/// <para>
223
223
/// This setting only applies to queues, not to topics or subscriptions. Topics and subscriptions are considered
224
-
/// shared infrastructure and are not affected by this property. When using 'MakeInstanceUniquelyAddressable',
225
-
/// only the instance-specific input queues will have AutoDeleteOnIdle applied, while shared queues (such as error
226
-
/// and audit queues) remain unaffected to prevent unintended deletion of critical infrastructure.
224
+
/// shared infrastructure and are not affected by this property. Only instance-specific input queues (such when using 'MakeInstanceUniquelyAddressable')
225
+
/// will have AutoDeleteOnIdle applied, while shared queues (such as error and audit queues) remain unaffected to prevent unintended deletion of critical infrastructure.
227
226
/// </para>
228
227
/// <para>
229
228
/// Setting this value can be useful for temporary queues (dynamically scaling endpoints that make use of 'MakeInstanceUniquelyAddressable') that should be cleaned up automatically
0 commit comments