We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38d1119 + 42b63f7 commit a8b16aeCopy full SHA for a8b16ae
src/RawRabbit/Common/NamingConventions.cs
@@ -53,7 +53,7 @@ public NamingConventions()
53
DeadLetterExchangeNamingConvention = () => "default_dead_letter_exchange";
54
RetryQueueNamingConvention = () => $"retry_{Guid.NewGuid()}";
55
SubscriberQueueSuffix = GetSubscriberQueueSuffix;
56
- RetryLaterExchangeConvention = span => $"rety_in_{span.TotalMilliseconds}_ms";
+ RetryLaterExchangeConvention = span => $"retry_in_{span.TotalMilliseconds}_ms";
57
}
58
59
private string GetSubscriberQueueSuffix(Type messageType)
@@ -148,4 +148,4 @@ public static string GetNonGenericTypeName(Type type)
148
return name[0];
149
150
151
-}
+}
0 commit comments